index
:
chango.git
devmain
fix-31295
initial-branch
main
refs-37159
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
django
/
core
/
management
/
commands
/
migrate.py
Age
Commit message (
Expand
)
Author
2019-05-08
Used time.monotonic() instead of time.time() where applicable.
Przemysław Suliga
2019-02-13
Fixed #30184 -- Removed ellipsis characters from shell output strings.
Dan Davis
2019-02-06
Fixed #30159 -- Removed unneeded use of OrderedDict.
Nick Pope
2018-11-21
Fixed #29949 -- Refactored db introspection identifier converters.
Mariusz Felisiak
2018-11-14
Fixed #25884 -- Fixed migrate --run-syncdb when specifying an app label.
Sarah Guermond
2018-09-19
Refs #29198 -- Fixed migrate --plan crash if RunSQL uses a list or tuple.
Tim Graham
2018-08-22
Refs #29654 -- Replaced three dots with ellipsis character in output strings.
Claude Paroz
2018-08-03
Fixed #29198 -- Added migrate --plan option.
Calvin DeBoer
2018-07-02
Removed parser.add_arguments() arguments that match the defaults.
Claude Paroz
2018-06-20
Fixed #29506 -- Added validation for migrate's app_label option.
Claude Paroz
2018-05-13
Fixed #17379 -- Removed management commands deactivation of the locale.
Claude Paroz
2017-12-28
Removed unnecessary trailing commas and spaces in various code.
Mariusz Felisiak
2017-06-01
Refs #23968 -- Removed unnecessary lists, generators, and tuple calls.
Jon Dufresne
2017-04-01
Removed implicit default store_true/false argparse args.
Jon Dufresne
2017-01-25
Refs #23919 -- Replaced super(ClassName, self) with super().
chillaranand
2017-01-18
Refs #23919 -- Removed encoding preambles and future imports
Claude Paroz
2017-01-17
Fixed #27666 -- Delayed rendering of recursivly related models in migration o...
Markus Holtermann
2016-12-28
Fixed #27631 -- Prevented execution of transactional DDL statements when unsu...
Simon Charette
2016-11-29
Fixed #27507 -- Used SchemaEditor.execute() to run deferred_sql in migrate's ...
Lex Berezhny
2016-08-24
Fixed #27100 -- Included already applied migration changes in the pre-migrate...
Simon Charette
2016-08-24
Fixed #27044 -- Included already applied migration changes in the post-migrat...
Simon Charette
2016-06-16
Fixed flake8 2.6 warnings.
Tim Graham
2016-05-15
Fixed #24100 -- Made the migration signals dispatch its plan and apps.
Simon Charette
2016-04-12
Fixed #26492 -- Fixed "maximum recursion depth exceeded" migrate error.
Berker Peksag
2016-04-08
Refs #26351 -- Added check hook to support database-related checks
Claude Paroz
2016-04-08
Fixed E128 flake8 warnings in django/.
Tim Graham
2016-04-05
Fixed #25850 -- Made migrate/makemigrations error on inconsistent history.
Attila Tovt
2016-03-05
Refs #26315 -- Cleaned up argparse options in commands.
Jon Dufresne
2016-01-29
Fixed #26150 -- Sorted app_labels in migrate command output
Markus Holtermann
2015-11-18
Removed redundant termcolors.
Tim Graham
2015-09-23
Refs #23359 -- Removed the migrate --list option per deprecation timeline.
Tim Graham
2015-09-08
Fixed #25350 -- Added alias --no-input for --noinput to management commands.
Raphael Michel
2015-09-04
Fixed #25144 -- Allowed migrate to create tables for apps without migrations.
Tim Graham
2015-08-24
Fixed #25047 -- Improved "Conflicting migrations" error message.
Tim Graham
2015-08-07
Fixed #25231 -- Added recording of squashed migrations in the migrate command.
mlavin
2015-06-24
Renamed RemovedInDjangoXYWarnings for new roadmap.
Tim Graham
2015-04-18
Fixed #23879 -- Allowed model migration skip based on feature/vendor
Claude Paroz
2015-04-14
Added missing periods in migrate help messages.
Joe Borg
2015-02-13
Fixed #24184 -- Prevented automatic soft-apply of migrations
Markus Holtermann
2015-02-06
Sorted imports with isort; refs #23860.
Tim Graham
2015-01-18
Removed support for syncing apps without migrations per deprecation timeline.
Tim Graham
2015-01-17
Removed support for custom SQL per deprecation timeline.
Tim Graham
2015-01-17
Removed support for initial_data fixtures per deprecation timeline.
Tim Graham
2015-01-17
Removed pre_syncdb and post_syncdb signals per deprecation timeline.
Tim Graham
2015-01-12
Fixed #24129 -- Added indicator that migrations are rendering the initial state
Markus Holtermann
2015-01-05
Refs #23359 -- Removed double newline from output of migrate --list
Markus Holtermann
2015-01-02
Show migration elapsed time when verbosity>1
Claude Paroz
2014-12-31
Fixed #23359 -- Added showmigrations command to list migrations and plan.
Markus Holtermann
2014-12-23
Replaced DatabaseCreation sql methods by schema editor equivalents
Claude Paroz
2014-12-16
Fixed #23975 -- Restored pre_migrate signal if all apps have migrations.
Tim Graham
[next]