mirror of
https://github.com/django/django.git
synced 2025-10-31 09:41:08 +00:00
Fixed #27199 -- Made AdminIntegerFieldWidget use NumberInput.
This commit is contained in:
committed by
Tim Graham
parent
dab653cadc
commit
ca9c69a968
@@ -488,6 +488,9 @@ Miscellaneous
|
||||
``migrate`` command. Use the new :djadmin:`remove_stale_contenttypes` command
|
||||
instead.
|
||||
|
||||
* The admin's widget for ``IntegerField`` uses ``type="number"`` rather than
|
||||
``type="text"``.
|
||||
|
||||
.. _deprecated-features-1.11:
|
||||
|
||||
Features deprecated in 1.11
|
||||
|
||||
Reference in New Issue
Block a user