0
I Use This!
Inactive

Commits : Listings

Analyzed about 22 hours ago. based on code collected 1 day ago.
Apr 26, 2023 — Apr 26, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Incorporating patch and fix More... over 14 years ago
empty_label is no longer ignored if provided for a required TreeNodeChoiceField More... almost 15 years ago
TreeNodeChoiceField now only sets empty_label to None if the field is not required. More... almost 15 years ago
Removed items from mptt.tests.testcases which work fine as doctests More... over 15 years ago
Implemented mptt.tests.testcases.ReparentingTestCase More... over 15 years ago
Fixed issue 23 - calling delete() on a tree node now only performs tree management once, as expected; includes an in-progress refactor of the tests which includes a regression test for this issue. Thanks to mara.dragan and jeroen.vloothuis for testcases and patches which demonstrated the issue and an idea for a fix. More... over 15 years ago
Brought CHANGELOG up to date More... over 15 years ago
Minor documentation tweaks for Django 1.0 More... over 15 years ago
Extracted TreeNodeChoiceField and TreeNodePositionField classes from MoveNodeForm, which now uses them More... over 15 years ago
Converted method list items into subheadings for easier browsing; fixed Django documentation URL; removed now-obsolete note about fixtures More... over 15 years ago
Newforms is dead, long live forms. More... over 15 years ago
Removed obsolete note. More... over 15 years ago
Really fixed failing tests - I have no idea how these ever worked, but I swear they did! More... over 15 years ago
Reverted 108 - d'oh! More... over 15 years ago
Fixed failing tests. More... over 15 years ago
Removed an unused import since signal refactor in Django. More... over 15 years ago
Updated signal code to work with Django Alpha 2. Fixes issue #27. Thanks Gerry.Eisenhaur for the patch. More... over 15 years ago
Added position_choices argument to mptt.forms.MoveNodeForm More... almost 16 years ago
Implemented insertion ordering based on multiple fields - the order_insertion_by argument to mptt.register must now be a list or other iterable of field names More... over 16 years ago
Re-added a blank __init__.py to the test app More... over 16 years ago
Moved tests into test.py in test app so they're not run when applications which use mptt are tested More... over 16 years ago
pre_save now checks for a raw flag, so you can use fixtures with mptt if you're willing to apply a small patch to Django. Thanks, myer0052 More... over 16 years ago
Added 0.2.1 to CHANGELOG More... over 16 years ago
__init__.py doesn't import code which requires a settings module until it's needed, so setup.py can now safely get version information from it More... over 16 years ago
Bumped version number to 0.3-pre More... over 16 years ago
Bumped version to 0.2 for release More... over 16 years ago
General documentation tidying More... over 16 years ago
General tidying in preparation for the next release More... over 16 years ago
Added order_insertion_by argument to mptt.register and implemented automatic ordering in pre_save when this argument was given for the model class of the node being saved More... over 16 years ago
Updated signals.pre_save() to use Model.insert_at() More... over 16 years ago