| Issue 80: | mptt does not add parent to self.fields | |
| 1 person starred this issue and may be notified of changes. | Back to list |
When I tried to add 'parent' to a unique_together option, Django complained that parent wasn't a model field, where as 'lft', 'rght', 'tree_id', 'level' are. Why isn't 'parent' also added as a model field (probably in register classmethod)?
Dec 3, 2010
#1
cla...@2xlibre.net
Dec 18, 2010
Migrated to https://github.com/django-mptt/django-mptt/issues/#issue/103 |