Author |
Date |
Commit |
Message |
craig.ds |
Dec 19, 2010 |
136 |
Edited wiki page BackwardsIncompatibleChanges through web user interface. |
craig.ds |
Dec 18, 2010 |
135 |
Created wiki page through web user interface. |
craig.ds |
Dec 18, 2010 |
134 |
Edited wiki page BackwardsIncompatibleChanges through web user interface. |
craig.ds |
Dec 18, 2010 |
133 |
Deleting wiki page FeaturePlanning. |
craig.ds |
Sep 23, 2010 |
132 |
Edited wiki page BackwardsIncompatibleChanges through web user interface. |
craig.ds |
Sep 4, 2010 |
131 |
Edited wiki page BackwardsIncompatibleChanges through web user interface. |
craig.ds |
Sep 4, 2010 |
130 |
Edited wiki page BackwardsIncompatibleChanges through web user interface. |
craig.ds |
Sep 3, 2010 |
129 |
Edited wiki page BackwardsIncompatibleChanges through web user interface. |
craig.ds |
Sep 3, 2010 |
128 |
Edited wiki page BackwardsIncompatibleChanges through web user interface. |
craig.ds |
Sep 3, 2010 |
127 |
Remove some of the outdated stuff from FeaturePlanning |
craig.ds |
Sep 1, 2010 |
126 |
Edited wiki page SourceCode through web user interface. |
craig.ds |
Sep 1, 2010 |
125 |
Created wiki page through web user interface. |
craig.ds |
Sep 1, 2010 |
124 |
Deleting wiki page PageName. |
craig.ds |
Sep 1, 2010 |
123 |
Edited wiki page PageName through web user interface. |
craig.ds |
Sep 1, 2010 |
122 |
Created wiki page through web user interface. |
jonathan.buchanan |
Jul 1, 2009 |
121 |
empty_label is no longer ignored if provided for a required TreeNodeChoiceField |
jonathan.buchanan |
Jul 1, 2009 |
120 |
TreeNodeChoiceField now only sets empty_label to None if the field is not requir |
jonathan.buchanan |
Oct 13, 2008 |
119 |
Removed items from mptt.tests.testcases which work fine as doctests |
jonathan.buchanan |
Oct 13, 2008 |
118 |
Implemented mptt.tests.testcases.ReparentingTestCase |
jonathan.buchanan |
Oct 13, 2008 |
117 |
Fixed issue 23 - calling delete() on a tree node now only performs tree manageme |
jonathan.buchanan |
Oct 12, 2008 |
116 |
Brought CHANGELOG up to date |
jonathan.buchanan |
Oct 12, 2008 |
115 |
Minor documentation tweaks for Django 1.0 |
jonathan.buchanan |
Oct 12, 2008 |
114 |
Extracted TreeNodeChoiceField and TreeNodePositionField classes from MoveNodeFor |
jonathan.buchanan |
Oct 12, 2008 |
113 |
Converted method list items into subheadings for easier browsing; fixed Django d |
jonathan.buchanan |
Sep 4, 2008 |
112 |
Newforms is dead, long live forms. |
jonathan.buchanan |
Sep 4, 2008 |
111 |
Removed obsolete note. |
jonathan.buchanan |
Sep 4, 2008 |
110 |
Really fixed failing tests - I have no idea how these ever worked, but I swear t |
jonathan.buchanan |
Sep 4, 2008 |
109 |
Reverted 108 - d'oh! |
jonathan.buchanan |
Sep 4, 2008 |
108 |
Fixed failing tests. |
brosner |
Aug 11, 2008 |
107 |
Removed an unused import since signal refactor in Django. |
brosner |
Aug 11, 2008 |
106 |
Updated signal code to work with Django Alpha 2. Fixes issue #27. Thanks Gerry.E |
jonathan.buchanan |
May 12, 2008 |
105 |
Added position_choices argument to mptt.forms.MoveNodeForm |
jonathan.buchanan |
Jan 29, 2008 |
104 |
Edited wiki page through web user interface. |
jonathan.buchanan |
Jan 25, 2008 |
103 |
Edited wiki page through web user interface. |
jonathan.buchanan |
Jan 25, 2008 |
102 |
Edited wiki page through web user interface. |
jonathan.buchanan |
Jan 25, 2008 |
101 |
Edited wiki page through web user interface. |
jonathan.buchanan |
Jan 25, 2008 |
100 |
Implemented insertion ordering based on multiple fields - the order_insertion_by |
jonathan.buchanan |
Jan 24, 2008 |
99 |
Edited wiki page through web user interface. |
jonathan.buchanan |
Jan 24, 2008 |
98 |
Edited wiki page through web user interface. |
jonathan.buchanan |
Jan 24, 2008 |
97 |
Edited wiki page through web user interface. |
jonathan.buchanan |
Jan 24, 2008 |
96 |
Edited wiki page through web user interface. |
jonathan.buchanan |
Jan 24, 2008 |
95 |
Edited wiki page through web user interface. |
jonathan.buchanan |
Jan 22, 2008 |
94 |
Re-added a blank __init__.py to the test app |
jonathan.buchanan |
Jan 22, 2008 |
93 |
Moved tests into test.py in test app so they're not run when applications which |
jonathan.buchanan |
Jan 17, 2008 |
92 |
pre_save now checks for a raw flag, so you can use fixtures with mptt if you're |
jonathan.buchanan |
Jan 16, 2008 |
91 |
Added 0.2.1 to CHANGELOG |
jonathan.buchanan |
Jan 16, 2008 |
90 |
__init__.py doesn't import code which requires a settings module until it's need |
jonathan.buchanan |
Jan 16, 2008 |
89 |
Bumped version number to 0.3-pre |
jonathan.buchanan |
Jan 16, 2008 |
88 |
Bumped version to 0.2 for release |
jonathan.buchanan |
Jan 16, 2008 |
87 |
General documentation tidying |
jonathan.buchanan |
Jan 15, 2008 |
86 |
General tidying in preparation for the next release |
jonathan.buchanan |
Jan 15, 2008 |
85 |
Edited wiki page through web user interface. |
jonathan.buchanan |
Jan 15, 2008 |
84 |
Added order_insertion_by argument to mptt.register and implemented automatic ord |
jonathan.buchanan |
Jan 15, 2008 |
83 |
Edited wiki page through web user interface. |
jonathan.buchanan |
Jan 15, 2008 |
82 |
Updated signals.pre_save() to use Model.insert_at() |
jonathan.buchanan |
Jan 15, 2008 |
81 |
Added an insert_node() method to TreeManager for positioning of nodes which have |
jonathan.buchanan |
Jan 14, 2008 |
80 |
Edited wiki page through web user interface. |
jonathan.buchanan |
Jan 14, 2008 |
79 |
Edited wiki page through web user interface. |
jonathan.buchanan |
Jan 12, 2008 |
78 |
Edited wiki page through web user interface. |
jonathan.buchanan |
Jan 12, 2008 |
77 |
BACKWARDS-INCOMPATIBLE CHANGE - model registration is now handled by mptt.regist |
jonathan.buchanan |
Jan 12, 2008 |
76 |
An exception is now raised if you attempt to set the same model up for MTTP twic |
jonathan.buchanan |
Jan 12, 2008 |
75 |
Fixed copy and paste error in form documentation title |
jonathan.buchanan |
Jan 12, 2008 |
74 |
Marked template tag strings for translation; fixed a copy and paste typo in setu |
jonathan.buchanan |
Jan 10, 2008 |
73 |
Added a target_select_size argument to MoveNodeForm; documented MoveNodeForm |
jonathan.buchanan |
Jan 10, 2008 |
72 |
Added basic utilit tests |
jonathan.buchanan |
Jan 10, 2008 |
71 |
Added a root_node() method to TreeManager |
jonathan.buchanan |
Jan 10, 2008 |
70 |
Added get_root() method to Model instances |
jonathan.buchanan |
Jan 10, 2008 |
69 |
Added a tree_path template filter; the tree_info template filter now accepts an |
jonathan.buchanan |
Jan 10, 2008 |
68 |
Edited wiki page through web user interface. |
jonathan.buchanan |
Jan 9, 2008 |
67 |
Split documentation into multiple files |
jonathan.buchanan |
Jan 9, 2008 |
66 |
Added Framework classifier to setup.py |
jonathan.buchanan |
Jan 9, 2008 |
65 |
Created mptt.forms, with MoveNodeForm |
jonathan.buchanan |
Jan 9, 2008 |
64 |
Removed mptt.queries, replacing it with a new add_related_count() method in Tree |
jonathan.buchanan |
Jan 9, 2008 |
63 |
Model tree attribute options are now stored in _meta - this allowed lots of refa |
jonathan.buchanan |
Jan 9, 2008 |
62 |
Added a root_nodes() method to TreeManager |
jonathan.buchanan |
Jan 8, 2008 |
61 |
TreeManager.move_node() now performs transaction management similar to that in M |
jonathan.buchanan |
Jan 8, 2008 |
60 |
Minor documentation typo fixes and tweaks |
jonathan.buchanan |
Jan 8, 2008 |
59 |
Split related item count queries out into mptt.queries; documented mptt.utils an |
jonathan.buchanan |
Jan 8, 2008 |
58 |
Added a drilldown_tree_for_node template tag |
jonathan.buchanan |
Jan 8, 2008 |
57 |
Added get_children and is_leaf_node methods to Model instances |
jonathan.buchanan |
Jan 7, 2008 |
56 |
Saved a query in get_ancestors by using is_root_node instead of retrieving the p |
jonathan.buchanan |
Jan 7, 2008 |
55 |
Removed separate tree structure document - useful information from it was added |
jonathan.buchanan |
Jan 7, 2008 |
54 |
Tidied mptt.managers - made docstrings and argument names more consistent throug |
jonathan.buchanan |
Jan 6, 2008 |
53 |
Added technical tree structure details to the docs |
jonathan.buchanan |
Jan 6, 2008 |
52 |
Added first draft of tree structure docs |
jonathan.buchanan |
Jan 6, 2008 |
51 |
Created wiki page through web user interface. |
jonathan.buchanan |
Jan 5, 2008 |
50 |
Edited wiki page through web user interface. |
jonathan.buchanan |
Jan 5, 2008 |
49 |
Finished implementing moving of nodes to be siblings of roots |
jonathan.buchanan |
Jan 5, 2008 |
48 |
Added get_next_sibling and get_previous_sibling methods to Model instances |
jonathan.buchanan |
Jan 4, 2008 |
47 |
Updated docs to reflect changes to the node movement API; bumped version number |
jonathan.buchanan |
Jan 4, 2008 |
46 |
Edited wiki page through web user interface. |
jonathan.buchanan |
Jan 4, 2008 |
45 |
Created wiki page through web user interface. |
jonathan.buchanan |
Jan 4, 2008 |
44 |
Tidied the CHANGELOG |
jonathan.buchanan |
Jan 4, 2008 |
43 |
Made InvalidMove exceptions more granular |
jonathan.buchanan |
Jan 4, 2008 |
42 |
Fixed a possible inconsistency in data in vs. data out when automatically repare |
jonathan.buchanan |
Jan 4, 2008 |
41 |
Part 1 of simplification of the tree management API and implementation of root s |
jonathan.buchanan |
Jan 4, 2008 |
40 |
Moved some duplicated node movement related calculations into the _inter_tree_mo |
jonathan.buchanan |
Jan 4, 2008 |
39 |
Added is_root_node and is_child_node methods to Model instances |
jonathan.buchanan |
Jan 4, 2008 |
38 |
Minor documentation updates |
jonathan.buchanan |
Jan 4, 2008 |
37 |
Preparing for version 0.1 release |