1
0
mirror of https://github.com/django/django.git synced 2025-10-27 15:46:10 +00:00

[1.10.x] Fixed #27073 -- Removed duplicated managers in Model._meta.managers.

Backport of d4eefc7e2a from master
This commit is contained in:
Loïc Bistuer
2016-08-19 01:24:45 +07:00
parent 0cab98e084
commit 21f18e5372
3 changed files with 24 additions and 1 deletions

View File

@@ -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`).