1
0
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:
Rinat Khabibiev
2016-09-08 18:58:42 +03:00
committed by Tim Graham
parent dab653cadc
commit ca9c69a968
3 changed files with 6 additions and 3 deletions

View File

@@ -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