django1/django/core/management
Berker Peksag 93deb1691e Fixed #26492 -- Fixed "maximum recursion depth exceeded" migrate error.
A regression introduced in 0d3c616fbb2f49fa7ff6809e5a6777275352b35b;
refs #26351.
2016-04-12 09:04:14 -04:00
..
commands Fixed #26492 -- Fixed "maximum recursion depth exceeded" migrate error. 2016-04-12 09:04:14 -04:00
__init__.py Fixed E128 flake8 warnings in django/. 2016-04-08 09:51:06 -04:00
base.py Refs #26351 -- Added check hook to support database-related checks 2016-04-08 20:28:00 +02:00
color.py Fixed #26125 -- Fixed E731 flake warnings. 2016-01-25 14:23:43 -05:00
sql.py Removed support for syncing apps without migrations per deprecation timeline. 2015-01-18 15:58:06 -05:00
templates.py Fixed E128 flake8 warnings in django/. 2016-04-08 09:51:06 -04:00
utils.py Added a function for SECRET_KEY generation logic. 2016-02-11 08:07:59 -05:00