| Issue 58: | insert_at() returns nothing | |
| 1 person starred this issue and may be notified of changes. | Back to list |
The documentation http://www.jonathanbuchanan.plus.com/mptt/models.html says: ------------------------------------- insert_at(target, position='first-child', commit=False) -- positions the model instance (which must not yet have been inserted into the database) in the tree based on target and position (when appropriate). If commit is True, the model instance's save() method will be called before the instance is returned. ------------------------------------- But method insert_at() in mptt.models returns nothing (return keyword is missing from threre). I'm using the latest mptt revision from trunk.
Sep 3, 2010
Project Member
#1
craig.ds@gmail.com
Status:
Fixed
|