summaryrefslogtreecommitdiff
path: root/tests/migrations/test_commands.py
AgeCommit message (Expand)Author
2019-10-14[3.0.x] Fixed #30870 -- Fixed showing that RunPython operations are irreversi...Mariusz Felisiak
2019-10-14[3.0.x] Isolated migrations.test_commands.MigrateTests.test_migrate_plan.Mariusz Felisiak
2019-08-07Corrected several typos in string literals and test names.Min ho Kim
2019-07-01Fixed #30595 -- Added error message when no objects found to sql* management ...Hasan Ramezani
2019-03-08Fixed #30186 -- Made showmigrations --list display the applied datetimes at v...tschilling
2019-03-07Fixed #30189 -- Removed transaction from sqlmigrate output if database doesn'...Parth Patil
2019-02-13Fixed #30184 -- Removed ellipsis characters from shell output strings.Dan Davis
2019-02-11Fixed spelling mistakes in comments and tests.Semen Zhydenko
2019-01-27Removed default mode='r' argument from calls to open().Jon Dufresne
2019-01-10Refs #28478 -- Deprecated TestCase's allow_database_queries and multi_db in f...Simon Charette
2018-11-14Fixed #25884 -- Fixed migrate --run-syncdb when specifying an app label.Sarah Guermond
2018-11-09Fixed #29934 -- Added sqlparse as a require dependency.Tim Graham
2018-10-30Fixed #29783 -- Added app label validation to showmigrations command.Junyoung
2018-10-23Fixed #29831 -- Added validation for makemigrations --name.Prabakaran Kumaresshan
2018-09-28Tested showmigrations with apps without migrations.Tim Graham
2018-09-19Refs #29198 -- Fixed migrate --plan crash if RunSQL uses a list or tuple.Tim Graham
2018-08-22Refs #29654 -- Replaced three dots with ellipsis character in output strings.Claude Paroz
2018-08-21Fixed #29654 -- Made text truncation an ellipsis character instead of three d...Claude Paroz
2018-08-03Fixed #29198 -- Added migrate --plan option.Calvin DeBoer
2018-07-22Fixed test_migrate_syncdb_deferred_sql_executed_with_schemaeditor() on Oracle.Mariusz Felisiak
2018-07-20Added tests for migrate logging and error messages.Tim Graham
2018-07-19Fixed #27731 -- Implemented CreateModel/AlterFooOperation reduction.Simon Charette
2018-07-19Fixed #28862 -- Disabled optimization of AlterFooTogether and RemoveField.Simon Charette
2018-06-25Fixed #29518 -- Added validation for sqlmigrate's app_label argument.oliver
2018-06-20Refs #29506 -- Added validation for squashmigrations' app_label option.Claude Paroz
2018-06-20Fixed #29506 -- Added validation for migrate's app_label option.Claude Paroz
2018-06-20Refs #29469 -- Reused get_app_config() error message in makemigrations error.Claude Paroz
2018-06-20Moved makemigrations app_label validation tests.Claude Paroz
2018-06-16Fixed #29469 -- Added a helpful makemigrations error if app_label contains dots.oliver
2018-05-05Fixed #28913 -- Fixed error handling when MIGRATIONS_MODULES specifies a none...Sanket Saurav
2018-01-31Fixed #29091 -- Fixed makemigrations crash if migrations directory doesn't ha...Tim Graham
2017-11-06Fixed #28776 -- Fixed a/an/and typos in docs and comments.Дилян Палаузов
2017-07-29Used assertRaisesMessage() to test Django's error messages.Mads Jensen
2017-07-26Fixed #28363 -- Allowed naming the migration generated by squashmigrations.Melvyn Sopacua
2017-06-19Fixed #27858 -- Prevented read-only management commands from creating the dja...Marti Raudsepp
2017-04-24Renamed "Mac OS X" to "macOS" in docs.Michiel Beijen
2017-02-03Fixed spelling of "nonexistent".Tim Graham
2017-01-25Refs #23919 -- Removed misc Python 2/3 references.Tim Graham
2017-01-25Refs #23919 -- Replaced super(ClassName, self) with super().chillaranand
2017-01-24Removed unneeded force_text calls in the test suiteClaude Paroz
2017-01-20Refs #23919 -- Removed django.test.mock Python 2 compatibility shim.Tim Graham
2017-01-18Refs #23919 -- Replaced io.open() with open().Aymeric Augustin
2017-01-18Refs #23919 -- Removed most of remaining six usageClaude Paroz
2017-01-18Refs #23919 -- Removed six.PY2/PY3 usageClaude Paroz
2017-01-18Refs #23919 -- Removed encoding preambles and future importsClaude Paroz
2017-01-17Refs #25604 -- Removed makemigrations --exit option per deprecation timeline.Tim Graham
2017-01-06Fixed #27432 -- Made app_label arguments limit showmigrations --plan output.Sebastian Spiegel
2016-11-29Fixed #27507 -- Used SchemaEditor.execute() to run deferred_sql in migrate's ...Lex Berezhny
2016-11-10Refs #27392 -- Removed "Tests that", "Ensures that", etc. from test docstrings.za
2016-11-09Fixed #27461 -- Fixed incorrect allow_migrate() arguments in makemigrations.Joseph Kahn