summaryrefslogtreecommitdiff
path: root/django/db/migrations
AgeCommit message (Expand)Author
2022-06-02[4.1.x] Fixed #31788 -- Fixed migration optimization after altering field to ...David Wobrock
2022-05-17Refs #27064 -- Made migrations generate RenameIndex operations when moving in...David Wobrock
2022-05-17Refs #27064 -- Refactored out MigrationAutodetector.create_renamed_fields().David Wobrock
2022-05-16Refs #27064 -- Made migrations generate RenameIndex operations when renaming ...David Wobrock
2022-05-16Fixed #33710 -- Made RenameIndex operation a noop when the old and new name m...David Wobrock
2022-05-12Refs #27064 -- Added RenameIndex migration operation.David Wobrock
2022-04-21Fixed #33509 -- Added "(no-op)" to sqlmigrate output for operations without S...Adam Johnson
2022-04-04Fixed #33605 -- Fixed migration crash when altering RegexValidator to pre-com...Brian Helba
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-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-21Fixed #33449 -- Fixed makemigrations crash on models without Meta.order_with_...Fabian Büchler
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-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-10-27Fixed #33201 -- Made RenameModel operation a noop for models with db_table.Iuri de Silvio
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-15Fixed #23953 -- Made makemigrations continue number sequence for squashed mig...Jacob Walls
2021-10-12Fixed #29470 -- Logged makemigrations automatic decisions in non-interactive ...Jacob Walls
2021-10-11Refs #32900 -- Restored '[y/N]' in questioner prompt when merging migrations.Seonghyeon Cho
2021-10-06Fixed #23408 -- Added migrations questioner prompt for adding unique fields w...Jacob Walls
2021-09-16Fixed #32365 -- Made zoneinfo the default timezone implementation.Carlton Gibson
2021-08-30Fixed #24900 -- Allowed migrating backward to squashed migrations.Jacob Walls
2021-08-27Fixed #32900 -- Improved migrations questioner prompts.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-20Refs #29898 -- Refactored out ProjectState.resolve_model_relations()/resolve_...Manav Agarwal
2021-08-19Fixed #33014 -- Made ProjectState raise exception when real_apps argument is ...Chris Jerdonek
2021-08-11Refs #29898 -- Changed ProjectState.real_apps to set.Mariusz Felisiak
2021-08-04Fixed typos in migrations tests, comments, and error message.Jacob Walls
2021-07-27Refs #32956 -- Changed "afterwards" to "afterward" in docs and comments.David Smith
2021-07-01Fixed #32893 -- Fixed serialization of models.Model class in migrations.abhiabhi94
2021-06-29Refs #29898 -- Moved state_forwards()'s logic from migration operations to Pr...manav014
2021-06-22Refs #29898 -- Moved django.db.migrations.operations.utils to django.db.migra...manav014
2021-06-08Fixed #25255 -- Recorded unapplied squashed migrations.Jacob Walls
2021-05-29Fixed typos in comments and docs.David Sanders
2021-04-16Fixed #29899 -- Made autodetector use model states instead of model classes.David Wobrock
2021-04-16Refs #29899 -- Improved variable names in MigrationAutodetector._detect_chang...David Wobrock
2021-04-16Refs #29899 -- Moved resolve_relation() to django.db.migrations.utils.David Wobrock
2021-03-12Fixed #31516 -- Improved naming of migrations with multiple operations.manav014
2021-03-12Refs #31516, Refs #31703 -- Made makemigrations always name initial migration...Adam Johnson
2021-02-19Fixed #32256 -- Fixed migration optimization crash when swapping field names.Hasan Ramezani
2021-02-10Fixed #32355 -- Dropped support for Python 3.6 and 3.7Mariusz Felisiak
2021-01-21Fixed #32374 -- Stopped recording migration application before deferred SQL.Simon Charette