summaryrefslogtreecommitdiff
path: root/django/db/migrations
AgeCommit message (Expand)Author
2023-12-22Fixed #35022 -- Fixed RenameIndex() crash on unnamed indexes if exists unique...David Wobrock
2023-11-28Refs #34822, Refs #34986 -- Fixed migrations serializer support for functools...Nick Pope
2023-11-23Fixed #26827 -- Improved ModelState error message when relations refer model ...Prashant Pandey
2023-11-21Fixed #34980 -- Changed migration operation dependencies to namedtuples.Mariusz Felisiak
2023-09-18Refs #27236 -- Removed Meta.index_together per deprecation timeline.Mariusz Felisiak
2023-09-13Fixed #34822 -- Added support for serializing functions decorated with functo...Nick Pope
2023-09-11Fixed #34824 -- Prevented unnecessary AlterField when ForeignObject.from_fiel...donghao
2023-07-18Fixed #34716 -- Fixed serialization of nested class methods in migrations.Nicolò Intrieri
2023-07-12Fixed #34697 -- Fixed non-deterministic order of dependencies and sets/frozen...Yury V. Zaytsev
2023-05-25Made MigrationRecorder cache has_table() result if django_migrations table ex...Tom Forbes
2023-05-12Fixed #470 -- Added support for database defaults on fields.Ian Foote
2023-05-09Refs #34534 -- Reduced Add/RemoveConstraint and Add/RenameIndex operations wh...Akash Kumar Sen
2023-05-03Fixed #34529, Refs #34525 -- Reduced index operations with Meta.indexes/index...Mariusz Felisiak
2023-05-01Fixed #34528 -- Reduced Add/RemoveIndex operations when optimizing migrations.Mariusz Felisiak
2023-03-20Fixed #34420 -- Corrected the order of imports in generated migration files.Andy Chosak
2023-03-10Fixed #34333 -- Fixed migration operations ordering when adding index/constra...Durval Carvalho
2023-02-24Fixed #34366 -- Reduced AlterField operations when optimizing migrations.Laurent Tramoy
2023-02-14Fixed #34250 -- Fixed renaming model with m2m relation to a model with the sa...DevilsAutumn
2023-02-01Refs #33476 -- Applied Black's 2023 stable style.David Smith
2023-01-19Refs #32528 -- Simplified MigrationAutodetector._sort_migrations().Nick Pope
2023-01-19Fixed #32528 -- Replaced django.utils.topological_sort with graphlib.Topologi...Nick Pope
2023-01-18Refs #34233 -- Used types.NoneType.Nick Pope
2022-12-28Fixed #18468 -- Added support for comments on columns and tables.kimsoungryoul
2022-09-27Fixed #34050 -- Replaced invalid chars in migration names with '_'.Adam Johnson
2022-08-26Fixed #33953 -- Reverted "Fixed #33201 -- Made RenameModel operation a noop f...Iuri de Silvio
2022-08-25Fixed #33938 -- Fixed migration crash for m2m with a through model in another...Simon Charette
2022-08-25Fixed #33916 -- Added support for serialization of enum.Flag in migrations.Willem Van Onsem
2022-07-26Refs #27236 -- Reverted "Refs #27236 -- Added generic mechanism to handle the...Mariusz Felisiak
2022-07-26Refs #27236 -- Reverted AlterIndexTogether deprecation.Mariusz Felisiak
2022-07-21Refs #27236 -- Made cosmetic edits to Meta.index_together deprecation.Mariusz Felisiak
2022-07-16Fixed #33848 -- Optimized StateApps.clone().Iuri de Silvio
2022-07-12Fixed #27236 -- Deprecated Meta.index_together in favor of Meta.indexes.David Wobrock
2022-07-08Refs #27236 -- Added generic mechanism to handle the deprecation of migration...David Wobrock
2022-06-02Fixed #31788 -- Fixed migration optimization after altering field to ManyToMa...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