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
Age
Commit message (
Expand
)
Author
2019-10-14
[2.2.x] Fixed #30870 -- Fixed showing that RunPython operations are irreversi...
Mariusz Felisiak
2019-04-30
[2.2.x] Fixed #30412 -- Fixed crash when adding check constraints with OR'ed ...
can
2019-04-30
[2.2.x] Fixed #30408 -- Fixed crash when adding check constraints with LIKE o...
Simon Charette
2019-04-14
[2.2.x] Fixed #30350 -- Prevented recreation of migration for operations with...
Florian Apolloner
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-28
[2.2.x] Made test table cleanup in OperationTestBase more robust.
Paveł Tyślacki
2019-01-12
Fixed #30062 -- Added support for unique conditional constraints.
Paveł Tyślacki
2019-01-11
Refs #29738 -- Allowed registering serializers with MigrationWriter.
can
2019-01-11
Moved django.db.migrations.writer.SettingsReference to django.conf.
Tim Graham
2019-01-10
Refs #28478 -- Deprecated TestCase's allow_database_queries and multi_db in f...
Simon Charette
2018-12-19
Fixed #30031 -- Added --no-header option to makemigrations/squashmigrations.
Dakota Hawkins
2018-11-30
Fixed #29987 -- Detected unmanaged model deletions.
Tim Fiedler
2018-11-27
Switched TestCase to SimpleTestCase where possible in Django's tests.
Tim Graham
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-30
Refs #29868 -- Prevented name collisions between test constraints on Oracle.
Simon Charette
2018-10-29
Fixed #29897 -- Fixed autodetector's swappable MTI dependency resolution.
Simon Charette
2018-10-29
Fixed #29868 -- Retained database constraints on SQLite table rebuilds.
Simon Charette
2018-10-24
Fixed #29721 -- Ensured migrations are applied and recorded atomically.
Sanyam Khurana
2018-10-24
Refs #11964 -- Removed raw SQL from and cleaned up constraint operation tests.
Simon Charette
2018-10-23
Fixed #29831 -- Added validation for makemigrations --name.
Prabakaran Kumaresshan
2018-10-11
Fixed #29814 -- Added support for NoneType serialization in migrations.
Patrik Sletmo
2018-10-02
Refs #11964 -- Changed CheckConstraint() signature to use keyword-only argume...
Simon Charette
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-09-14
Fixed #29755 -- Made migrations detect changes to Meta.default_related_name.
Simon Charette
2018-09-11
Fixed #29749 -- Made the migrations loader ignore files starting with a tilde...
Tim Graham
2018-09-10
Fixed #29243 -- Improved efficiency of migration graph algorithm.
Krzysztof Gogolewski
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-27
Fixed #29595 -- Allowed using timedelta in migrations questioner.
Tim Graham
2018-07-25
Refs #24424 -- Added regression tests for MTI-inheritance model removal.
Simon Charette
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-07-11
Fixed #27845 -- Allowed both right and left optimizations of operations.
Simon Charette
2018-07-11
Allowed RemoveField operations to be optimized through.
Simon Charette
2018-07-11
Relaxed FieldOperation.references_field remote field checking.
Simon Charette
2018-07-11
Fixed #26720 -- Prevented invalid CreateModel optimizations of related fields.
Simon Charette
2018-07-11
Fixed #27768 -- Allowed migration optimization of CreateModel order.
Simon Charette
2018-07-11
Refs #27768 -- Reversed order of optimized and in-between operations.
Simon Charette
2018-07-10
Refs #22875 -- Fixed an optimizer test to use a valid scenario.
Simon Charette
2018-07-10
Fixed #11964 -- Added support for database check constraints.
Ian Foote
2018-07-09
Fixed #29546 -- Deprecated django.utils.timezone.FixedOffset.
Sergey Fedoseev
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
[next]