summaryrefslogtreecommitdiff
path: root/tests/migrations
Commit message (Expand)AuthorAgeFilesLines
* Fixed #34568 -- Made makemigrations --update respect --name option.Mariusz Felisiak2023-05-171-0/+26
* Fixed #470 -- Added support for database defaults on fields.Ian Foote2023-05-123-5/+359
* Fixed #34553 -- Fixed improper % escaping of literal in constraints.Simon Charette2023-05-101-1/+7
* Refs #34553 -- Split constraint escaping test in subtests.Simon Charette2023-05-101-41/+38
* Refs #34534 -- Reduced Add/RemoveConstraint and Add/RenameIndex operations wh...Akash Kumar Sen2023-05-091-0/+51
* Fixed #34529, Refs #34525 -- Reduced index operations with Meta.indexes/index...Mariusz Felisiak2023-05-032-67/+254
* Fixed #34528 -- Reduced Add/RemoveIndex operations when optimizing migrations.Mariusz Felisiak2023-05-011-0/+14
* Fixed #34388 -- Allowed using choice enumeration types directly on model and ...T. Franzel2023-03-211-7/+3
* Fixed #34420 -- Corrected the order of imports in generated migration files.Andy Chosak2023-03-201-1/+7
* Fixed #34333 -- Fixed migration operations ordering when adding index/constra...Durval Carvalho2023-03-101-0/+59
* Refs #34381 -- Fixed isolation of MigrateTests.test_migrate_fake_initial().Mariusz Felisiak2023-03-041-36/+42
* Fixed #34366 -- Reduced AlterField operations when optimizing migrations.Laurent Tramoy2023-02-241-6/+12
* Refs #30060, Refs #34217 -- Made SchemaEditor not generate SQL for CheckConst...Mariusz Felisiak2023-02-231-5/+22
* Completed test coverage for django.db.migrations.graph.Marcelo Galigniana2023-02-151-0/+4
* Fixed #34250 -- Fixed renaming model with m2m relation to a model with the sa...DevilsAutumn2023-02-141-0/+69
* Refs #33476 -- Applied Black's 2023 stable style.David Smith2023-02-0188-90/+0
* Fixed #32528 -- Replaced django.utils.topological_sort with graphlib.Topologi...Nick Pope2023-01-191-2/+2
* Refs #34233 -- Used types.NoneType.Nick Pope2023-01-181-1/+2
* Fixed #34233 -- Dropped support for Python 3.8 and 3.9.Mariusz Felisiak2023-01-181-5/+1
* Refs #32365 -- Removed django.utils.timezone.utc per deprecation timeline.Mariusz Felisiak2023-01-171-15/+8
* Refs #32365 -- Removed support for pytz timezones per deprecation timeline.Mariusz Felisiak2023-01-171-15/+0
* Fixed #18468 -- Added support for comments on columns and tables.kimsoungryoul2022-12-283-0/+105
* Fixed #34217 -- Fixed migration crash when removing check constraints on MySQ...DevilsAutumn2022-12-271-3/+8
* Fixed #28987 -- Fixed altering ManyToManyField when changing to self-referent...DevilsAutumn2022-11-171-0/+37
* Used more augmented assignment statements.Nick Pope2022-10-311-5/+5
* Fixed #34051 -- Made makemigrations --check exit before making migrations.Jacob Walls2022-09-281-1/+2
* Fixed #34052 -- Made migrate --check don't emit signals and output when up to...JunKi Yoon2022-09-271-0/+20
* Fixed #34050 -- Replaced invalid chars in migration names with '_'.Adam Johnson2022-09-271-0/+14
* Fixed #34027 -- Fixed migrations crash when altering type of char/text fields...David Sanders2022-09-251-0/+39
* Refs #33953 -- Fixed test_rename_model_with_db_table_rename_m2m() crash on SQ...Mariusz Felisiak2022-08-291-6/+6
* Fixed #33953 -- Reverted "Fixed #33201 -- Made RenameModel operation a noop f...Iuri de Silvio2022-08-261-16/+12
* Fixed #33938 -- Fixed migration crash for m2m with a through model in another...Simon Charette2022-08-251-0/+46
* Fixed #33916 -- Added support for serialization of enum.Flag in migrations.Willem Van Onsem2022-08-251-0/+8
* Refs #33916 -- Added tests for serialization of enum.Flag in migrations.Willem Van Onsem2022-08-161-0/+32
* Fixed #33887 -- Fixed test_fails_squash_migration_manual_porting() on final t...Alberto Planas2022-08-031-4/+5
* Refs #27236 -- Reverted AlterIndexTogether deprecation.Mariusz Felisiak2022-07-262-4/+0
* Refs #27236 -- Made cosmetic edits to Meta.index_together deprecation.Mariusz Felisiak2022-07-211-1/+0
* Fixed #27236 -- Deprecated Meta.index_together in favor of Meta.indexes.David Wobrock2022-07-125-6/+29
* Refs #27236 -- Split RenameField() tests with unique/index_together.David Wobrock2022-07-121-34/+72
* Fixed #24870 -- Added --update option to makemigrations command.David Wobrock2022-06-171-0/+102
* Refs #27236 -- Split index_together and unique_together autodetector tests.David Wobrock2022-06-131-218/+682
* Refs #27236 -- Added test_autodetector.BaseAutodetectorTests.David Wobrock2022-06-131-188/+190
* Fixed #31788 -- Fixed migration optimization after altering field to ManyToMa...David Wobrock2022-06-021-4/+46
* Fixed #23740 -- Fixed removing unique_together constraint if exists primary k...David Wobrock2022-05-261-0/+63
* Refs #27064 -- Made migrations generate RenameIndex operations when moving in...David Wobrock2022-05-171-0/+73
* Refs #27064 -- Made migrations generate RenameIndex operations when renaming ...David Wobrock2022-05-161-0/+33
* Fixed #33710 -- Made RenameIndex operation a noop when the old and new name m...David Wobrock2022-05-161-0/+5
* Refs #27064 -- Added RenameIndex migration operation.David Wobrock2022-05-122-0/+181
* Refs #30581 -- Moved CheckConstraint tests for conditional expressions to mig...Mariusz Felisiak2022-05-051-0/+42
* Fixed #33413 -- Made migrations propage collations to related fields.David Wobrock2022-05-022-0/+127