Added admin form validation to prevent:
authormelinath <stephen.r.burrows@gmail.com>
Thu, 10 Jun 2010 22:02:52 +0000 (18:02 -0400)
committermelinath <stephen.r.burrows@gmail.com>
Thu, 10 Jun 2010 22:02:52 +0000 (18:02 -0400)
1. a treemodel being its own parent (uses a validate_parents method added to the model.)
2. a node having the same path (i.e. parent+slug) as another
Also added a ModelAdmin for the File model.


No differences found