summaryrefslogtreecommitdiff
path: root/tests/migrations
AgeCommit message (Expand)Author
2022-04-04Fixed #33605 -- Fixed migration crash when altering RegexValidator to pre-com...Brian Helba
2022-03-29Refs #32365 -- Deprecated django.utils.timezone.utc.Carlton Gibson
2022-03-24Refs #32365 -- Removed internal uses of utils.timezone.utc alias.Carlton Gibson
2022-03-23Refs #32365 -- Made migration writer use datetime.timezone.utc.Carlton Gibson
2022-03-11Fixed #33572 -- Implemented CreateModel/AlterModelManagers reduction.Adam Johnson
2022-02-23Refs #33476 -- Added warning to optimizemigration/squashmigrations commands w...Mariusz Felisiak
2022-02-22Fixed #27844 -- Added optimizemigration management command.David Wobrock
2022-02-16Fixed #33515 -- Prevented recreation of migration for ManyToManyField to lowe...Mariusz Felisiak
2022-02-11Refs #33476 -- Made management commands use black.Carlton Gibson
2022-02-07Refs #33476 -- Refactored code to strictly match 88 characters line length.Mariusz Felisiak
2022-02-07Refs #33476 -- Reformatted code with Black.django-bot
2022-02-03Refs #33476 -- Refactored problematic code before reformatting by Black.Mariusz Felisiak
2022-02-01Fixed #33480 -- Fixed makemigrations crash when renaming field of renamed model.Kirill Safronov
2022-01-27Fixed #33462 -- Fixed migration crash when altering type of primary key with ...Mariusz Felisiak
2022-01-21Fixed #26760 -- Added --prune option to migrate command.Jacob Walls
2022-01-21Fixed #33449 -- Fixed makemigrations crash on models without Meta.order_with_...Fabian Büchler
2022-01-10Fixed #29026 -- Added --scriptable option to makemigrations.Jacob Walls
2022-01-07Fixed #33216 -- Simpilified deconstructed paths for some expressions.Allen Jonathan David
2022-01-04Fixed #33402 -- Optimized multiple AlterFooTogether operations.David Wobrock
2022-01-03Refs #29026 -- Allowed customizing InteractiveMigrationQuestioner's prompt de...Jacob Walls
2021-12-30Fixed #23273 -- Avoided creation of django_migrations table when there are no...Jacob Walls
2021-12-27Refs #22983 -- Added tests for squashing migrations with functions from migra...Mariusz Felisiak
2021-12-20Removed a Python error message dependency in test_questioner_no_default_bad_u...Jacob Walls
2021-12-20Increased test coverage of django.db.migrations.questioner.Jacob Walls
2021-12-17Fixed #33366 -- Fixed case handling with swappable setting detection in migra...Simon Charette
2021-11-22Fixed #33305 -- Fixed autodetector crash for ForeignKey with hardcoded "to" a...Baptiste Mispelon
2021-11-02Fixed #33234 -- Fixed autodetector crash for proxy models inheriting from non...Mariusz Felisiak
2021-11-02Fixed #33246 -- Made squashmigrations raise CommandError when squashed_name a...andrewdotn
2021-10-27Fixed #33201 -- Made RenameModel operation a noop for models with db_table.Iuri de Silvio
2021-10-26Corrected AutodetectorTests.test_rename_field_and_foo_together()'s docstring.Mariusz Felisiak
2021-10-25Fixed #31503 -- Made autodetector remove unique/index_together before alterin...David Wobrock
2021-10-19Fixed #33197 -- Made field rename with prior matching db_column change a noop.Simon Charette
2021-10-18Fixed #33194 -- Fixed migrations when altering a field with functional indexe...Hannes Ljungberg
2021-10-15Fixed #23953 -- Made makemigrations continue number sequence for squashed mig...Jacob Walls
2021-10-15Refs #23953 -- Added MigrationAutodetector.parse_number() tests.Jacob Walls
2021-10-12Fixed #29470 -- Logged makemigrations automatic decisions in non-interactive ...Jacob Walls
2021-10-12Refs #29470 -- Added makemigrations test for adding fields with no default an...Jacob Walls
2021-10-08Fixed #33022 -- Fixed isolation of migrations.test_executor.ExecutorTests.tes...Mariusz Felisiak
2021-10-06Fixed #23408 -- Added migrations questioner prompt for adding unique fields w...Jacob Walls
2021-09-20Refs #33119 -- Added tests for changing model name case referenced by ManyToM...AliGhotbizadeh
2021-09-16Fixed #32365 -- Made zoneinfo the default timezone implementation.Carlton Gibson
2021-08-31Fixed #33057 -- Fixed recreation of foreign key constraints in m2m tables whe...Mariusz Felisiak
2021-08-30Fixed #24900 -- Allowed migrating backward to squashed migrations.Jacob Walls
2021-08-30Refs #24900 -- Added MigrationLoader test for applying squashed migrations.Jacob Walls
2021-08-27Fixed #32900 -- Improved migrations questioner prompts.Mateo Radman
2021-08-27Refs #32900 -- Added makemigrations tests for messages in interactive mode.Mateo Radman
2021-08-27Refs #32900 -- Added test for ignoring the default value in InteractiveMigrat...Mateo Radman
2021-08-26Refs #29898 -- Changed fields in ProjectState's relation registry to dict.Mariusz Felisiak
2021-08-25Refs #29898 -- Made ProjectState encapsulate alterations in relations registry.Manav Agarwal
2021-08-19Fixed #33014 -- Made ProjectState raise exception when real_apps argument is ...Chris Jerdonek