Opened 17 years ago

Last modified 13 years ago

#5374 closed

We need a validator for ModelAdmin classes — at Version 1

Reported by: jkocherhans Owned by: nobody
Component: Core (Other) Version: newforms-admin
Severity: Keywords: nfa-blocker
Cc: cmawebsite@… Triage Stage: Accepted
Has patch: yes Needs documentation: yes
Needs tests: yes Patch needs improvement: yes
Easy pickings: no UI/UX: no

Description (last modified by jkocherhans)

get_validation_errors needs to be updated to deal with ModelAdmin classes instead of the old inline Admin classes.

It may be desirable for ModelAdmin to know how to validate itself (and by 'validate' I basically mean catching invalid attribute names).

Change History (1)

comment:1 by jkocherhans, 17 years ago

Description: modified (diff)
Summary: django.core.validation.get_validation_errors does not work on ModelAdmin classesWe need a validator for ModelAdmin classes
Triage Stage: UnreviewedAccepted
Note: See TracTickets for help on using tickets.
Back to Top