#36842: HTML validation of non-float values in admin number widgets allows
submitting invalid entries to succeed if blank=True
-------------------------------------+-------------------------------------
Reporter: pawel-steto | Owner: Vishy
| Algo
Type: New feature | Status: closed
Component: contrib.admin | Version: 6.0
Severity: Normal | Resolution: wontfix
Keywords: admin validation | Triage Stage:
floatfield blank input number | Unreviewed
Has patch: 0 | Needs documentation: 0
Needs tests: 0 | Patch needs improvement: 0
Easy pickings: 0 | UI/UX: 0
-------------------------------------+-------------------------------------
Changes (by Jacob Walls):
* keywords: admin validation floatfield blank => admin validation
floatfield blank input number
* summary:
Blank FloatField validation is not run on django admin and value is
lost on edition.
=>
HTML validation of non-float values in admin number widgets allows
submitting invalid entries to succeed if blank=True
--
Ticket URL: <
https://code.djangoproject.com/ticket/36842#comment:3>
Django <
https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.