From 1c9233b1b9f903e4e2cb20a724e8c22aee4aacb2 Mon Sep 17 00:00:00 2001 From: Tim Graham Date: Wed, 31 Jan 2018 13:43:05 -0500 Subject: [1.11.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 docs552abffab16cbdff571486b683e7e7ef12e46066 from master --- docs/releases/1.11.10.txt | 3 +++ 1 file changed, 3 insertions(+) (limited to 'docs') 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`). -- cgit v1.3