Opened 16 years ago

Closed 16 years ago

Last modified 13 years ago

#7772 closed (fixed)

NFA: Fields/Fieldsets validation should be moved to new validation system

Reported by: Julien Phalip Owned by: nobody
Component: contrib.admin Version: dev
Severity: Keywords: validation
Cc: Triage Stage: Unreviewed
Has patch: yes Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

There's a piece of validation that is still hanging around in options.py

Attachments (1)

fields_and_fields.diff (2.1 KB ) - added by Julien Phalip 16 years ago.
Patch + tests

Download all attachments as: .zip

Change History (4)

by Julien Phalip, 16 years ago

Attachment: fields_and_fields.diff added

Patch + tests

comment:1 by Julien Phalip, 16 years ago

Also check #4305 for another NFA-validation issue.

comment:2 by Brian Rosner, 16 years ago

Resolution: fixed
Status: newclosed

(In [7932]) newforms-admin: Fixed #7772 -- Moved the validation check for when both fields and fieldsets are specified on a ModelAdmin to django/contrib/admin/validation.py. Thanks Julien Phalip for catching this.

comment:3 by Jacob, 13 years ago

milestone: 1.0 alpha

Milestone 1.0 alpha deleted

Note: See TracTickets for help on using tickets.
Back to Top