Opened 9 years ago
Last modified 9 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:
It would be nice to be able to easily remove that.
Change History (2)
comment:1 by , 9 years ago
comment:2 by , 9 years ago
| Component: | Uncategorized → contrib.admin |
|---|---|
| Triage Stage: | Unreviewed → Someday/Maybe |
| Type: | Uncategorized → New 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.
I wonder if browsers have improved lately such that the concerns in #23075 (where
novalidatewas originally added) might no longer be an relevant.