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)
commitea9fb8503810a21801969483337cc48ca9223bf2
treee5c3d4b9bb78c50041bf9f90a09ff1da965d487e
parent3738b672148e651a53db0a849f84b941bb9b3a6f
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