Changes between Initial Version and Version 1 of Ticket #5374
- Timestamp:
- Sep 14, 2007, 2:50:15 PM (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #5374
- Property Triage Stage Unreviewed → Accepted
- Property Summary django.core.validation.get_validation_errors does not work on ModelAdmin classes → We need a validator for ModelAdmin classes
-
Ticket #5374 – Description
initial v1 1 1 {{{get_validation_errors}}} needs to be updated to deal with {{{ModelAdmin}}} classes instead of the old inline {{{Admin}}} classes. 2 3 It may be desirable for {{{ModelAdmin}}} to know how to validate itself (and by 'validate' I basically mean catching invalid attribute names).