0
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
May 06, 2023 — May 06, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Added an insert_node() method to TreeManager for positioning of nodes which haven't yet been inserted into the database; added an insert_at() convenience method to Model instances More... over 16 years ago
BACKWARDS-INCOMPATIBLE CHANGE - model registration is now handled by mptt.register instead of mptt.models.treeify More... over 16 years ago
An exception is now raised if you attempt to set the same model up for MTTP twice; added a note to the model docs about treeify and syncdb; tidied up docs and some naming conventions elsewhere More... over 16 years ago
Fixed copy and paste error in form documentation title More... over 16 years ago
Marked template tag strings for translation; fixed a copy and paste typo in setup.py More... over 16 years ago
Added a target_select_size argument to MoveNodeForm; documented MoveNodeForm More... over 16 years ago
Added basic utilit tests More... over 16 years ago
Added a root_node() method to TreeManager More... over 16 years ago
Added get_root() method to Model instances More... over 16 years ago
Added a tree_path template filter; the tree_info template filter now accepts an optional argument to specify other tree structure information which should be made available More... over 16 years ago
Split documentation into multiple files More... over 16 years ago
Added Framework classifier to setup.py More... over 16 years ago
Created mptt.forms, with MoveNodeForm More... over 16 years ago
Removed mptt.queries, replacing it with a new add_related_count() method in TreeManager More... over 16 years ago
Model tree attribute options are now stored in _meta - this allowed lots of refactoring as we no longer need to pass these attributes around More... over 16 years ago
Added a root_nodes() method to TreeManager More... over 16 years ago
TreeManager.move_node() now performs transaction management similar to that in Model save() and delete() methods More... over 16 years ago
Minor documentation typo fixes and tweaks More... over 16 years ago
Split related item count queries out into mptt.queries; documented mptt.utils and mptt.queries More... over 16 years ago
Added a drilldown_tree_for_node template tag More... over 16 years ago
Added get_children and is_leaf_node methods to Model instances More... over 16 years ago
Saved a query in get_ancestors by using is_root_node instead of retrieving the parent; saved a query for a specific case in get_descendants by returning an empty queryset More... over 16 years ago
Removed separate tree structure document - useful information from it was added to the overview More... over 16 years ago
Tidied mptt.managers - made docstrings and argument names more consistent throughout and simplified _manage_space More... over 16 years ago
Added technical tree structure details to the docs More... over 16 years ago
Added first draft of tree structure docs More... over 16 years ago
Finished implementing moving of nodes to be siblings of roots More... over 16 years ago
Added get_next_sibling and get_previous_sibling methods to Model instances More... over 16 years ago
Updated docs to reflect changes to the node movement API; bumped version number to 0.2-pre More... over 16 years ago
Tidied the CHANGELOG More... over 16 years ago