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
2019-02-13
[2.2.x] Fixed #30184 -- Removed ellipsis characters from shell output strings.
Dan Davis
2019-02-11
[2.2.x] Fixed spelling mistakes in comments and tests.
Semen Zhydenko
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
2017-06-19
Fixed #27858 -- Prevented read-only management commands from creating the dja...
Marti Raudsepp
2017-04-24
Renamed "Mac OS X" to "macOS" in docs.
Michiel Beijen
2017-02-03
Fixed spelling of "nonexistent".
Tim Graham
2017-01-25
Refs #23919 -- Removed misc Python 2/3 references.
Tim Graham
2017-01-25
Refs #23919 -- Replaced super(ClassName, self) with super().
chillaranand
2017-01-24
Removed unneeded force_text calls in the test suite
Claude Paroz
2017-01-20
Refs #23919 -- Removed django.test.mock Python 2 compatibility shim.
Tim Graham
2017-01-18
Refs #23919 -- Replaced io.open() with open().
Aymeric Augustin
2017-01-18
Refs #23919 -- Removed most of remaining six usage
Claude Paroz
2017-01-18
Refs #23919 -- Removed six.PY2/PY3 usage
Claude Paroz
2017-01-18
Refs #23919 -- Removed encoding preambles and future imports
Claude Paroz
2017-01-17
Refs #25604 -- Removed makemigrations --exit option per deprecation timeline.
Tim Graham
2017-01-06
Fixed #27432 -- Made app_label arguments limit showmigrations --plan output.
Sebastian Spiegel
2016-11-29
Fixed #27507 -- Used SchemaEditor.execute() to run deferred_sql in migrate's ...
Lex Berezhny
2016-11-10
Refs #27392 -- Removed "Tests that", "Ensures that", etc. from test docstrings.
za
2016-11-09
Fixed #27461 -- Fixed incorrect allow_migrate() arguments in makemigrations.
Joseph Kahn
2016-11-08
Fixed #27436 -- Fixed makemigrations crash when creating migrations on a sepa...
Zbigniew Siciarz
2016-10-13
Fixed #27200 -- Provided makemigration's allow_migrate() with model_name.
Tim Graham
2016-10-06
Fixed #27300 -- Made makemigrations --dry-run output a string (no bytes)
Claude Paroz
2016-09-01
Fixed #27142, #27110 -- Made makemigrations consistency checks respect databa...
Tim Graham
2016-08-18
Fixed #27054 -- Fixed makemigrations crash with a read-only database.
Jim Nicholls
2016-08-01
Fixed #26930 -- Prevented makemigrations from accessing an empty database.
Tim Graham
2016-05-19
Refs #26421 -- Refactored Apps.lazy_model_operation() for better checks and t...
Alex Hill
[next]