index
:
chango.git
devmain
fix-31295
initial-branch
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
migrations
/
test_commands.py
Age
Commit message (
Expand
)
Author
2020-12-23
Fixed isolation of test_migrate_fake_split_initial.
Mariusz Felisiak
2020-07-20
Fixed #31769 -- Improved default naming of merged migrations.
Jon Dufresne
2020-07-10
Sorted conflicting migrations by names.
François Freitag
2020-06-12
Fixed #31645 -- Enhanced the migration warning for migrate commmand.
Chinmoy Chakraborty
2020-06-08
Fixed #31661 -- Removed period in makemigrations history check warning.
davidchorpash
2020-05-28
Fixed isolation of test_migrate_fake_initial.
Mariusz Felisiak
2020-05-19
Fixed #31504 -- Allowed calling makemigrations without an active database con...
wtkm11
2020-04-28
Added test for squashmigrations' output.
François Freitag
2020-04-27
Removed unnecessary capturing/hiding of stdout/stderr in various tests.
François Freitag
2020-04-27
Disabled management commands output with verbosity 0 in test_regression_22823...
François Freitag
2020-04-25
Removed unnecessary capturing of stdout in test_makemigrations_non_interactiv...
François Freitag
2020-03-26
Fixed #31402 -- Added migrate --check option.
Gordon Pendleton
2020-03-09
Fixed #31318 -- Allowed sqlmigrate to inspect squashed migrations.
David Wobrock
2020-03-09
Refs #31318 -- Added tests for inspecting squashed migrations and ambiguous n...
David Wobrock
2020-01-20
Refs #31117 -- Made various tests properly handle unexpected databases aliases.
Matthijs Kooijman
2019-11-15
Fixed #29808 -- Fixed initial migration detection when identifiers are case-i...
Hasan Ramezani
2019-10-14
Fixed #30870 -- Fixed showing that RunPython operations are irreversible by m...
Mariusz Felisiak
2019-10-14
Isolated migrations.test_commands.MigrateTests.test_migrate_plan.
Mariusz Felisiak
2019-08-07
Corrected several typos in string literals and test names.
Min ho Kim
2019-07-01
Fixed #30595 -- Added error message when no objects found to sql* management ...
Hasan Ramezani
2019-03-08
Fixed #30186 -- Made showmigrations --list display the applied datetimes at v...
tschilling
2019-03-07
Fixed #30189 -- Removed transaction from sqlmigrate output if database doesn'...
Parth Patil
2019-02-13
Fixed #30184 -- Removed ellipsis characters from shell output strings.
Dan Davis
2019-02-11
Fixed spelling mistakes in comments and tests.
Semen Zhydenko
2019-01-27
Removed default mode='r' argument from calls to open().
Jon Dufresne
2019-01-10
Refs #28478 -- Deprecated TestCase's allow_database_queries and multi_db in f...
Simon Charette
2018-11-14
Fixed #25884 -- Fixed migrate --run-syncdb when specifying an app label.
Sarah Guermond
2018-11-09
Fixed #29934 -- Added sqlparse as a require dependency.
Tim Graham
2018-10-30
Fixed #29783 -- Added app label validation to showmigrations command.
Junyoung
2018-10-23
Fixed #29831 -- Added validation for makemigrations --name.
Prabakaran Kumaresshan
2018-09-28
Tested showmigrations with apps without migrations.
Tim Graham
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-21
Fixed #29654 -- Made text truncation an ellipsis character instead of three d...
Claude Paroz
2018-08-03
Fixed #29198 -- Added migrate --plan option.
Calvin DeBoer
2018-07-22
Fixed test_migrate_syncdb_deferred_sql_executed_with_schemaeditor() on Oracle.
Mariusz Felisiak
2018-07-20
Added tests for migrate logging and error messages.
Tim Graham
2018-07-19
Fixed #27731 -- Implemented CreateModel/AlterFooOperation reduction.
Simon Charette
2018-07-19
Fixed #28862 -- Disabled optimization of AlterFooTogether and RemoveField.
Simon Charette
2018-06-25
Fixed #29518 -- Added validation for sqlmigrate's app_label argument.
oliver
2018-06-20
Refs #29506 -- Added validation for squashmigrations' app_label option.
Claude Paroz
2018-06-20
Fixed #29506 -- Added validation for migrate's app_label option.
Claude Paroz
2018-06-20
Refs #29469 -- Reused get_app_config() error message in makemigrations error.
Claude Paroz
2018-06-20
Moved makemigrations app_label validation tests.
Claude Paroz
2018-06-16
Fixed #29469 -- Added a helpful makemigrations error if app_label contains dots.
oliver
2018-05-05
Fixed #28913 -- Fixed error handling when MIGRATIONS_MODULES specifies a none...
Sanket Saurav
2018-01-31
Fixed #29091 -- Fixed makemigrations crash if migrations directory doesn't ha...
Tim Graham
2017-11-06
Fixed #28776 -- Fixed a/an/and typos in docs and comments.
Дилян Палаузов
2017-07-29
Used assertRaisesMessage() to test Django's error messages.
Mads Jensen
2017-07-26
Fixed #28363 -- Allowed naming the migration generated by squashmigrations.
Melvyn Sopacua
[next]