1
0
mirror of https://github.com/django/django.git synced 2025-01-10 10:26:34 +00:00
django/django
Loïc Bistuer a2af2420ce [1.10.x] Fixed #26881 -- Fixed duplicate managers in migrations.
When both parent and child models had managers with the same name and
a migrations opt-in both were added to the migration state.

Backport of dab83e5ba1 from master
2016-07-09 18:12:18 +07:00
..
apps
bin
conf [1.10.x] Added Upper/Lower Sorbian translations 2016-06-29 21:14:00 +02:00
contrib [1.10.x] Added Upper/Lower Sorbian translations 2016-06-29 21:14:00 +02:00
core [1.10.x] Fixed #26119 -- Fixed URLValidator crash on URLs with brackets. 2016-06-28 15:44:07 -04:00
db [1.10.x] Fixed #26881 -- Fixed duplicate managers in migrations. 2016-07-09 18:12:18 +07:00
dispatch
forms [1.10.x] Refs #15667 -- Fixed crash when indexing RadioFieldRenderer with ModelChoiceIterator. 2016-06-18 10:37:37 -04:00
http [1.10.x] Fixed broken links in docs and comments. 2016-06-15 21:20:38 -04:00
middleware [1.10.x] Refs #26601 -- Improved backwards-compatibility of DEP 5 middleware exception handling. 2016-06-17 15:55:55 -04:00
template [1.10.x] Corrected firstof template tag's docstring. 2016-06-21 08:12:28 -04:00
templatetags
test [1.10.x] Fixed broken links in docs and comments. 2016-06-15 21:20:38 -04:00
urls [1.10.x] Refs #22384 -- Readded RegexURLResolver.reverse(). 2016-06-20 14:51:28 -04:00
utils [1.10.x] Refs #26601 -- Improved backwards-compatibility of DEP 5 middleware exception handling. 2016-06-17 15:55:55 -04:00
views
__init__.py [1.10.x] Bumped version for 1.10 beta 1. 2016-06-21 21:01:17 -04:00
__main__.py
shortcuts.py