summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorSimon Charette <charette.s@gmail.com>2015-10-28 11:25:25 -0400
committerSimon Charette <charette.s@gmail.com>2015-10-29 13:15:40 -0400
commit6eaf43a24471f98939da18d031b4f0b4e49640c6 (patch)
tree5e76b8edea671b999710e2f6d362d5fd9516b12a /docs
parent6bb9f51ab8e3cc56b05238ea012763ba775ab896 (diff)
[1.9.x] Fixed #25622 -- Accounted for generic relations in the admin to field validation
Thanks to Jonathan Liuti for the report and Tim Graham for the review. Backport of 9dcfecb7c6c8285630ad271888a9ec4ba9140e3a from master
Diffstat (limited to 'docs')
-rw-r--r--docs/releases/1.8.6.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/releases/1.8.6.txt b/docs/releases/1.8.6.txt
index 3383e253d0..fef0e7c2d0 100644
--- a/docs/releases/1.8.6.txt
+++ b/docs/releases/1.8.6.txt
@@ -48,3 +48,6 @@ Bugfixes
* Fixed a regression in ``URLValidator`` that allowed URLs with consecutive
dots in the domain section (like ``http://example..com/``) to pass
(:ticket:`25620`).
+
+* Fixed a crash with ``GenericRelation`` and
+ ``BaseModelAdmin.to_field_allowed`` (:ticket:`25622`).