mirror of
https://github.com/django/django.git
synced 2025-08-04 02:48:35 +00:00
Fixed #26998 -- Reverted some admin checks from checking field.many_to_many back to isinstance(field, models.ManyToManyField).
This partially reverts 983c158da7
This commit is contained in:
parent
a3db480393
commit
384f89f8f8
5 changed files with 20 additions and 15 deletions
|
@ -61,3 +61,7 @@ Bugfixes
|
|||
|
||||
* Fixed ``contrib.admindocs`` crash when a view is in a class, such as some of
|
||||
the admin views (:ticket:`27018`).
|
||||
|
||||
* Reverted a few admin checks that checked ``field.many_to_many`` back to
|
||||
``isinstance(field, models.ManyToManyField)`` since it turned out the checks
|
||||
weren't suitable to be generalized like that (:ticket:`26998`).
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue