mirror of
https://github.com/django/django.git
synced 2025-08-03 10:34:04 +00:00
[2.0.x] Fixed #28898 -- Corrected admin check to allow a OneToOneField in ModelAdmin.autocomplete_fields.
Backport of 30a389bd77
from master
This commit is contained in:
parent
ce26ec0163
commit
9f39f202ab
4 changed files with 19 additions and 2 deletions
|
@ -23,3 +23,6 @@ Bugfixes
|
|||
(:ticket:`28856`).
|
||||
|
||||
* Reallowed filtering a queryset with ``GeometryField=None`` (:ticket:`28896`).
|
||||
|
||||
* Corrected admin check to allow a ``OneToOneField`` in
|
||||
``ModelAdmin.autocomplete_fields`` (:ticket:`28898`).
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue