summaryrefslogtreecommitdiff
path: root/docs/topics/migrations.txt
AgeCommit message (Expand)Author
2025-12-22Refs #27100 -- Removed obsolete message from tutorial and migrations topic.Jacob Walls
2025-08-25Refs #36485 -- Rewrapped docs to 79 columns line length.David Smith
2025-08-25Refs #36485 -- Removed unnecessary parentheses in :meth: and :func: roles in ...David Smith
2025-06-11Made minor grammar and punctuation fixes in docs/topics/migrations.txt.Clifford Gama
2025-03-31Fixed #36265 -- Added support for serialization of ZoneInfo instances in migr...Song Junho
2025-01-22Fixed #24529 -- Allowed double squashing of migrations.Georgi Yanchev
2024-05-22Removed versionadded/changed annotations for 5.0.Natalia
2024-04-26Made confirmation prompt in squashmigrations consistent with other prompts.Cole D
2024-01-17Fixed #31700 -- Made makemigrations command display meaningful symbols for ea...Amir Karimi
2023-12-20Fixed #35015 -- Updated MySQL notes in migrations topic.Nicolas Lupien
2023-09-18Removed versionadded/changed annotations for 4.2.Mariusz Felisiak
2023-09-13Fixed #34822 -- Added support for serializing functions decorated with functo...Nick Pope
2023-09-13Refs #34822 -- Added tests for serializing decorated functions in migrations.Nick Pope
2023-06-03Refs #23528 -- Made cosmetic edits to swappable_dependency() docs.Mariusz Felisiak
2023-06-02Fixed #23528 -- Doc'd django.db.migrations.swappable_dependency().DevilsAutumn
2023-03-01Fixed #34140 -- Reformatted code blocks in docs with blacken-docs.django-bot
2023-02-10Refs #34140 -- Applied rst code-block to non-Python examples.Carlton Gibson
2023-01-17Removed versionadded/changed annotations for 4.1.Mariusz Felisiak
2022-11-10Improved readability of string interpolation in frequently used examples in d...Trey Hunner
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-08Refs #27236 -- Added generic mechanism to handle the deprecation of migration...David Wobrock
2022-05-04Fixed #33675 -- Dropped support for PostgreSQL 10 and PostGIS 2.4.Mariusz Felisiak
2022-04-28Removed hyphen from pre-/re- prefixes.David
2022-01-21Fixed #26760 -- Added --prune option to migrate command.Jacob Walls
2021-09-20Removed versionadded/changed annotations for 3.2.Mariusz Felisiak
2021-07-27Refs #32956 -- Changed "afterwards" to "afterward" in docs and comments.David Smith
2021-05-29Fixed typos in comments and docs.David Sanders
2020-10-29Fixed #26962 -- Doc'd running migrations in transactions.Caio Ariede
2020-06-24Fixed #31529 -- Added support for serialization of pathlib.Path/PurePath and ...Nick Pope
2020-03-25Improved docs on migration reversibility. (#12619)Adam Johnson
2019-11-08Fixed #30955 -- Doc'd that only concrete base models are stored in historical...Shipeng Feng
2019-09-27Fixed #30597 -- Clarified how to unapply migrations.David Vaz
2019-09-24Refs #27910 -- Doc'd support for enumeration types serialization in migrations.Mariusz Felisiak
2019-09-24Refs #30350 -- Doc'd support for range serialization in migrations.Mariusz Felisiak
2019-09-10Removed versionadded/changed annotations for 2.2.Mariusz Felisiak
2019-09-06Fixed #30573 -- Rephrased documentation to avoid words that minimise the invo...Tobias Kunze
2019-02-13Fixed #30184 -- Removed ellipsis characters from shell output strings.Dan Davis
2019-01-28Refs #30033 -- Doc'd change regarding apps without migrations depending on ap...Tim Graham
2019-01-17Removed versionadded/changed annotations for 2.1.Tim Graham
2019-01-11Refs #29738 -- Allowed registering serializers with MigrationWriter.can
2018-11-26Updated docs for fast column creation with defaults in PostgreSQL 11.Damian Dimmich
2018-10-11Fixed #29814 -- Added support for NoneType serialization in migrations.Patrik Sletmo
2018-08-22Refs #29654 -- Replaced three dots with ellipsis character in output strings.Claude Paroz
2018-07-31Removed code terms from docs/spelling_wordlist.Tim Graham
2018-05-15Add clarifying section about historical migration modelsAndrew Godwin
2017-12-06Fixed #28870 -- Added support for functools.partialmethod serialization in mi...Sergey Fedoseev
2017-09-22Removed versionadded/changed annotations for 1.11.Tim Graham
2017-07-26Fixed #28363 -- Allowed naming the migration generated by squashmigrations.Melvyn Sopacua
2017-06-26Refs #23919 -- Stopped inheriting from object to define new style classes.Mariusz Felisiak