File: UPDATING

package info (click to toggle)
python-django-treebeard 2.0~beta1-4
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 584 kB
  • ctags: 624
  • sloc: python: 4,037; makefile: 92
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.