summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorRinat Khabibiev <srenskiy@gmail.com>2016-09-08 18:58:42 +0300
committerTim Graham <timograham@gmail.com>2016-09-09 09:42:39 -0400
commitca9c69a9682141bc102ad6751f2feecc3d0d9d21 (patch)
tree9cf1df59cac558144d2a618dbb4b271c3c349605 /docs
parentdab653cadcd22a442fa4082f24304a0567de6cd2 (diff)
Fixed #27199 -- Made AdminIntegerFieldWidget use NumberInput.
Diffstat (limited to 'docs')
-rw-r--r--docs/releases/1.11.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/releases/1.11.txt b/docs/releases/1.11.txt
index 221f58f291..afd24e6613 100644
--- a/docs/releases/1.11.txt
+++ b/docs/releases/1.11.txt
@@ -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