django1/django/core/management
Andrei Kulakov db97a88495 Fixed #24375 -- Added Migration.initial attribute
The new attribute is checked when the `migrate --fake-initial` option
is used. initial will be set to True for all initial migrations (this
is particularly useful when initial migrations are split) as well as
for squashed migrations.
2015-07-13 15:57:40 -04:00
..
commands Fixed #24375 -- Added Migration.initial attribute 2015-07-13 15:57:40 -04:00
__init__.py Sorted imports in __init__.py files. 2015-06-27 11:53:33 -04:00
base.py Renamed RemovedInDjangoXYWarnings for new roadmap. 2015-06-24 16:08:20 -04:00
color.py Sorted imports with isort; refs #23860. 2015-02-06 08:16:28 -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 #24971 -- Made startapp generate an apps.py 2015-06-16 07:08:04 -04:00
utils.py Fixed #23271 -- Fixed makemessages crash/test failure for some locales. 2015-05-01 10:27:28 -04:00