Opened 8 years ago

Last modified 8 years ago

#26982 new New feature

Allow easy removal of "novalidate" in admin

Reported by: nrogers64 Owned by: nobody
Component: contrib.admin Version: 1.10
Severity: Normal Keywords:
Cc: Triage Stage: Someday/Maybe
Has patch: no Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

Currently, the <form> in change_form.html has novalidate hard-coded in:

https://github.com/django/django/blob/1.10/django/contrib/admin/templates/admin/change_form.html#L40

It would be nice to be able to easily remove that.

Change History (2)

comment:1 by Tim Graham, 8 years ago

I wonder if browsers have improved lately such that the concerns in #23075 (where novalidate was originally added) might no longer be an relevant.

comment:2 by Tim Graham, 8 years ago

Component: Uncategorizedcontrib.admin
Triage Stage: UnreviewedSomeday/Maybe
Type: UncategorizedNew feature

Bumping to Someday/Maybe pending the answer to the above question and a use case for removing novalidate if the concerns are indeed still valid. It would likely be appropriate to raise this on the DevelopersMailingList for discussion.

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