summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorTim Graham <timograham@gmail.com>2018-01-31 13:43:05 -0500
committerTim Graham <timograham@gmail.com>2018-02-01 08:46:13 -0500
commit1bd45e24584286075f4ff6cbeff2437c77e2c762 (patch)
tree6dadd83ce0a9ff1b08df0c94a6e4b6c748863292 /docs
parent6cbb9b4096c11d975f198f6f1814f8bb95000705 (diff)
[2.0.x] Fixed #29094 -- Fixed crash when entering an invalid uuid in ModelAdmin.raw_id_fields.
Regression in 2f9861d823620da7ecb291a8f005f53da12b1e89. Thanks Carel Burger for the report and fix. Backport of 552abffab16cbdff571486b683e7e7ef12e46066 from master
Diffstat (limited to 'docs')
-rw-r--r--docs/releases/1.11.10.txt3
-rw-r--r--docs/releases/2.0.2.txt3
2 files changed, 6 insertions, 0 deletions
diff --git a/docs/releases/1.11.10.txt b/docs/releases/1.11.10.txt
index 88d2d007bf..cfa8fc2070 100644
--- a/docs/releases/1.11.10.txt
+++ b/docs/releases/1.11.10.txt
@@ -15,3 +15,6 @@ Bugfixes
* Fixed a regression where ``contrib.auth.authenticate()`` crashes if an
authentication backend doesn't accept ``request`` and a later one does
(:ticket:`29071`).
+
+* Fixed crash when entering an invalid uuid in ``ModelAdmin.raw_id_fields``
+ (:ticket:`29094`).
diff --git a/docs/releases/2.0.2.txt b/docs/releases/2.0.2.txt
index c6633491d2..562f30995f 100644
--- a/docs/releases/2.0.2.txt
+++ b/docs/releases/2.0.2.txt
@@ -27,3 +27,6 @@ Bugfixes
* Fixed a regression where ``makemigrations`` crashes if a migrations directory
doesn't have an ``__init__.py`` file (:ticket:`29091`).
+
+* Fixed crash when entering an invalid uuid in ``ModelAdmin.raw_id_fields``
+ (:ticket:`29094`).