diff options
| author | Paulo <commonzenpython@gmail.com> | 2017-06-04 14:10:48 -0400 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2017-06-05 10:29:54 -0400 |
| commit | b7f99f84bcc4a06114ac31174840efab0aef7602 (patch) | |
| tree | ddf8ccdc8e6c5227a16d03d5bd8d72f167cff7df /docs | |
| parent | a0f8c52ae2a9ac211742b4dd7b7e9777040b076c (diff) | |
Fixed #28262 -- Fixed incorrect DisallowedModelAdminLookup when a nested reverse relation is in list_filter.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/releases/1.11.3.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/releases/1.11.3.txt b/docs/releases/1.11.3.txt index ed2bf31cf5..f273a36e9f 100644 --- a/docs/releases/1.11.3.txt +++ b/docs/releases/1.11.3.txt @@ -15,3 +15,6 @@ Bugfixes * Fixed a regression causing ``Model.__init__()`` to crash if a field has an instance only descriptor (:ticket:`28269`). + +* Fixed an incorrect ``DisallowedModelAdminLookup`` exception when using + a nested reverse relation in ``list_filter`` (:ticket:`28262`). |
