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
2020-06-24
Refs #31703 -- Moved MigrationAutodetector.suggest_name() to Migration.
Jon Dufresne
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-06-04
Fixed #30913 -- Added support for covering indexes on PostgreSQL 11+.
Hannes Ljungberg
2020-05-28
Fixed #31468 -- Allowed specifying migration filename in Operation.
Adam Johnson
2020-05-28
Refs #31468 -- Added tests for MigrationAutodetector.suggest_name().
Adam Johnson
2020-05-28
Fixed isolation of test_migrate_fake_initial.
Mariusz Felisiak
2020-05-26
Fixed #31416 -- Made autodetector find dependencies for MTI model creation on...
Nan Liu
2020-05-19
Fixed #31504 -- Allowed calling makemigrations without an active database con...
wtkm11
2020-04-30
Fixed #20581 -- Added support for deferrable unique constraints.
Ian Foote
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-04-23
Fixed #29224 -- Fixed removing index_together indexes if exists unique_togeth...
David Wobrock
2020-04-22
Fixed #31499 -- Stored ModelState.fields into a dict.
Simon Charette
2020-04-22
Refs #31499 -- Ignored field ordering to determine ModelState equality.
Simon Charette
2020-04-21
Refs #30591 -- Adjusted table rebuild for non-pk relationship on SQLite.
Simon Charette
2020-04-21
Fixed #31064 -- Recreated auto-created many-to-many tables on primary key dat...
Simon Charette
2020-04-21
Removed redundant import in tests/migrations/test_operations.py.
Simon Charette
2020-04-09
Made Operation.references_model/references_field require app_label.
Simon Charette
2020-04-09
Refs #22608 -- Made app_label required when optimizing migrations.
Simon Charette
2020-04-08
Refs #30966 -- Added test for reloading related model state on non-relational...
Mariusz Felisiak
2020-04-07
Refs #27666 -- Ensured relationship consistency on delayed reloads.
Simon Charette
2020-03-26
Fixed #31402 -- Added migrate --check option.
Gordon Pendleton
2020-03-25
Fixed #23916 -- Allowed makemigrations to handle related model name case chan...
Adam Johnson
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-02-04
Simplified imports from django.db and django.contrib.gis.db.
Nick Pope
2020-01-23
Refs #31197 -- Added tests for combined expressions in CheckConstraint.check.
Mariusz Felisiak
2020-01-20
Refs #31117 -- Made various tests properly handle unexpected databases aliases.
Matthijs Kooijman
2020-01-16
Fixed #29998 -- Allowed multiple OneToOneFields to the parent model.
Mariusz Felisiak
2019-11-25
Fixed #27914 -- Fixed serialization of nested classes in migrations.
John Bowen
2019-11-25
Refs #23950 --- Moved test DeconstructibleInstances class to a module level.
John Bowen
2019-11-18
Removed unnecessary parentheses in various code.
Jon Dufresne
2019-11-15
Refs #29808 -- Fixed MigrateTests.test_migrate_fake_initial_case_insensitive(...
Mariusz Felisiak
2019-11-15
Fixed #29808 -- Fixed initial migration detection when identifiers are case-i...
Hasan Ramezani
2019-10-29
Used more specific unittest assertions in tests.
Nick Pope
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-10-14
Fixed #30868 -- Prevented unnecessary AlterField when renaming a referenced pk.
Simon Charette
2019-10-10
Fixed #30300 -- Allowed migrations to be loaded from directories without __in...
Benjy Weinberger
2019-10-03
Refs #27914 -- Fixed serialization of nested enum.Enum classes in migrations.
Hasan Ramezani
2019-10-03
Refs #27914 -- Moved test enum.Enum subclasses outside of WriterTests.test_se...
Hasan Ramezani
2019-09-30
Fixed #30774 -- Made serialization in migrations use members names for Enums.
Hasan Ramezani
2019-09-11
Refs #30591 -- Fixed too long identifier crash in migrations.test_operations ...
Mariusz Felisiak
2019-09-11
Fixed #30591 -- Fixed recreation of foreign key constraints on MySQL when alt...
Adnan Umer
2019-09-04
Fixed #27910 -- Added enumeration helpers for use in Field.choices.
Shai Berger
2019-09-03
Fixed #30691 -- Made migrations autodetector find dependencies for foreign ke...
Viktor Lomakin
2019-08-21
Fixed #21039 -- Added AddIndexConcurrently/RemoveIndexConcurrently operations...
Mads Jensen
[prev]
[next]