Changes between Initial Version and Version 1 of Ticket #5374


Ignore:
Timestamp:
Sep 14, 2007, 2:50:15 PM (17 years ago)
Author:
jkocherhans
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #5374

    • Property Triage Stage UnreviewedAccepted
    • Property Summary django.core.validation.get_validation_errors does not work on ModelAdmin classesWe need a validator for ModelAdmin classes
  • Ticket #5374 – Description

    initial v1  
    11{{{get_validation_errors}}} needs to be updated to deal with {{{ModelAdmin}}} classes instead of the old inline {{{Admin}}} classes.
     2
     3It may be desirable for {{{ModelAdmin}}} to know how to validate itself (and by 'validate' I basically mean catching invalid attribute names).
Back to Top