summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authornabil-rady <midorady9999@gmail.com>2023-03-02 00:13:00 +0200
committerMariusz Felisiak <felisiak.mariusz@gmail.com>2023-03-08 11:52:57 +0100
commit32d4b61c313be5169137047e9fb3668da20a5d89 (patch)
treef6a0db331db2df5efb48f4112611b07947b712c2 /docs
parent2396933ca99c6bfb53bda9e53968760316646e01 (diff)
downloaddjango-32d4b61c313be5169137047e9fb3668da20a5d89.tar.gz
Fixed #34370 -- Added integer fields validation as 64-bit on SQLite.
Diffstat (limited to 'docs')
-rw-r--r--docs/releases/5.0.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/releases/5.0.txt b/docs/releases/5.0.txt
index 21ab783f86..53ceb5a0dd 100644
--- a/docs/releases/5.0.txt
+++ b/docs/releases/5.0.txt
@@ -279,6 +279,9 @@ Miscellaneous
* The undocumented ``django.contrib.admin.helpers.checkbox`` is removed.
+* Integer fields are now validated as 64-bit integers on SQLite to match the
+ behavior of ``sqlite3``.
+
.. _deprecated-features-5.0:
Features deprecated in 5.0