File: UPDATING

package info (click to toggle)
python-django-treebeard 4.7.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 988 kB
  • sloc: python: 5,317; javascript: 258; makefile: 180; sh: 6
file content (16 lines) | stat: -rw-r--r-- 482 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
This file documents problems you may encounter when upgrading django-treebeard
(potential backward incompatible changes).

20081117:

    Cleaned __init__.py, if you need Node you'll have to call it from it's
    original location (treebeard.models.Node instead of treebeard.Node). Also
    exceptions have been moved to treebeard.exceptions.



20100316:

    Queryset ordering in NS/MP trees is now enforced by the library. Previous
    ordering settings in META no longer work.