summaryrefslogtreecommitdiff
path: root/docs/releases/2.0.2.txt
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:36:36 -0500
commit552abffab16cbdff571486b683e7e7ef12e46066 (patch)
treea0506e111db8f6e1e2fa1d0ec2274da39b692ce0 /docs/releases/2.0.2.txt
parent9bcf73d788866bc93f8248cb2e9d601ecbc4b50c (diff)
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.
Diffstat (limited to 'docs/releases/2.0.2.txt')
-rw-r--r--docs/releases/2.0.2.txt3
1 files changed, 3 insertions, 0 deletions
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`).