Django

Code

Ticket #7772 (closed: fixed)

Opened 5 months ago

Last modified 5 months ago

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

Reported by: julien Assigned to: nobody
Milestone: 1.0 alpha Component: django.contrib.admin
Version: SVN Keywords: validation
Cc: Triage Stage: Unreviewed
Has patch: 1 Needs documentation: 0
Needs tests: 0 Patch needs improvement: 0

Description

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

Attachments

fields_and_fields.diff (2.1 kB) - added by julien on 07/15/08 20:34:09.
Patch + tests

Change History

07/15/08 20:34:09 changed by julien

  • attachment fields_and_fields.diff added.

Patch + tests

07/15/08 20:35:22 changed by julien

  • needs_better_patch changed.
  • needs_tests changed.
  • needs_docs changed.

Also check #4305 for another NFA-validation issue.

07/15/08 21:01:18 changed by brosner

  • status changed from new to closed.
  • resolution set to fixed.

(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.


Add/Change #7772 (NFA: Fields/Fieldsets validation should be moved to new validation system)




Change Properties
Action