diff options
| author | Loïc Bistuer <loic.bistuer@gmail.com> | 2016-08-19 01:24:45 +0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2016-08-19 01:24:45 +0700 |
| commit | d4eefc7e2af0d93283ed1c03e0af0a482982b6f0 (patch) | |
| tree | 8ceccaa265fa82ad8946515e8b75fa80b3cb0f8e /docs | |
| parent | 8cd900c8193198080672603f0f266a4e8df78860 (diff) | |
Fixed #27073 -- Removed duplicated managers in `Model._meta.managers`.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/releases/1.10.1.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/releases/1.10.1.txt b/docs/releases/1.10.1.txt index a13ecbb10a..0094f8137e 100644 --- a/docs/releases/1.10.1.txt +++ b/docs/releases/1.10.1.txt @@ -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`). |
