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>
Mon, 14 Jun 2010 19:38:32 +0000 (15:38 -0400)
commit4d6de7cca540e95b4355cfbc14d068ee2e5b577b
treee5c3d4b9bb78c50041bf9f90a09ff1da965d487e
parent71b0be75c6fae624d8d4c7690b6abca4b19be922
Added admin form validation to prevent:
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.
admin.py
models.py