mirror of
https://github.com/django/django.git
synced 2025-10-31 09:41:08 +00:00
Fixed #27073 -- Removed duplicated managers in Model._meta.managers.
This commit is contained in:
@@ -56,3 +56,5 @@ Bugfixes
|
||||
* Reallowed the ``{% for %}`` tag to unpack any iterable (:ticket:`27058`).
|
||||
|
||||
* Fixed ``makemigrations`` crash if a database is read-only (:ticket:`27054`).
|
||||
|
||||
* Removed duplicated managers in ``Model._meta.managers`` (:ticket:`27073`).
|
||||
|
||||
Reference in New Issue
Block a user