index
:
chango.git
devmain
fix-31295
initial-branch
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
docs
/
topics
/
migrations.txt
Age
Commit message (
Expand
)
Author
2023-03-01
[4.2.x] Fixed #34140 -- Reformatted code blocks in docs with blacken-docs.
django-bot
2023-02-10
[4.2.x] Refs #34140 -- Applied rst code-block to non-Python examples.
Carlton Gibson
2022-11-10
Improved readability of string interpolation in frequently used examples in d...
Trey Hunner
2022-08-25
Fixed #33916 -- Added support for serialization of enum.Flag in migrations.
Willem Van Onsem
2022-07-26
Refs #27236 -- Reverted "Refs #27236 -- Added generic mechanism to handle the...
Mariusz Felisiak
2022-07-08
Refs #27236 -- Added generic mechanism to handle the deprecation of migration...
David Wobrock
2022-05-04
Fixed #33675 -- Dropped support for PostgreSQL 10 and PostGIS 2.4.
Mariusz Felisiak
2022-04-28
Removed hyphen from pre-/re- prefixes.
David
2022-01-21
Fixed #26760 -- Added --prune option to migrate command.
Jacob Walls
2021-09-20
Removed versionadded/changed annotations for 3.2.
Mariusz Felisiak
2021-07-27
Refs #32956 -- Changed "afterwards" to "afterward" in docs and comments.
David Smith
2021-05-29
Fixed typos in comments and docs.
David Sanders
2020-10-29
Fixed #26962 -- Doc'd running migrations in transactions.
Caio Ariede
2020-06-24
Fixed #31529 -- Added support for serialization of pathlib.Path/PurePath and ...
Nick Pope
2020-03-25
Improved docs on migration reversibility. (#12619)
Adam Johnson
2019-11-08
Fixed #30955 -- Doc'd that only concrete base models are stored in historical...
Shipeng Feng
2019-09-27
Fixed #30597 -- Clarified how to unapply migrations.
David Vaz
2019-09-24
Refs #27910 -- Doc'd support for enumeration types serialization in migrations.
Mariusz Felisiak
2019-09-24
Refs #30350 -- Doc'd support for range serialization in migrations.
Mariusz Felisiak
2019-09-10
Removed versionadded/changed annotations for 2.2.
Mariusz Felisiak
2019-09-06
Fixed #30573 -- Rephrased documentation to avoid words that minimise the invo...
Tobias Kunze
2019-02-13
Fixed #30184 -- Removed ellipsis characters from shell output strings.
Dan Davis
2019-01-28
Refs #30033 -- Doc'd change regarding apps without migrations depending on ap...
Tim Graham
2019-01-17
Removed versionadded/changed annotations for 2.1.
Tim Graham
2019-01-11
Refs #29738 -- Allowed registering serializers with MigrationWriter.
can
2018-11-26
Updated docs for fast column creation with defaults in PostgreSQL 11.
Damian Dimmich
2018-10-11
Fixed #29814 -- Added support for NoneType serialization in migrations.
Patrik Sletmo
2018-08-22
Refs #29654 -- Replaced three dots with ellipsis character in output strings.
Claude Paroz
2018-07-31
Removed code terms from docs/spelling_wordlist.
Tim Graham
2018-05-15
Add clarifying section about historical migration models
Andrew Godwin
2017-12-06
Fixed #28870 -- Added support for functools.partialmethod serialization in mi...
Sergey Fedoseev
2017-09-22
Removed versionadded/changed annotations for 1.11.
Tim Graham
2017-07-26
Fixed #28363 -- Allowed naming the migration generated by squashmigrations.
Melvyn Sopacua
2017-06-26
Refs #23919 -- Stopped inheriting from object to define new style classes.
Mariusz Felisiak
2017-05-22
Made docs/topics/migrations.txt use single quotes consistently.
Markus Amalthea Magnuson
2017-03-25
Removed unexpected initial attribute in data migration examples.
Stefano Rivera
2017-01-26
Refs #23919, #27778 -- Removed obsolete mentions of unicode.
Vytis Banaitis
2017-01-21
Removed unused imports in example migrations.
Arkadiusz Adamski
2017-01-19
Refs #23919 -- Removed docs references to long integers.
Tim Graham
2017-01-18
Refs #23919 -- Removed Python 2 notes in docs.
Tim Graham
2017-01-18
Refs #23919 -- Removed encoding preambles and future imports
Claude Paroz
2017-01-17
Removed versionadded/changed annotations for 1.10.
Tim Graham
2017-01-17
Refs #24109 -- Doc'd the elidable feature in squashing migrations docs.
Ed Morley
2016-11-16
Fixed incorrect word choice in docs/topics/migrations.txt.
Mitchel Humpherys
2016-11-06
Fixed #27378 -- Added support for serialization of uuid.UUID in migrations.
Maxime Lorant
2016-11-05
Adjusted documentation of migration related commands.
Krzysztof Gogolewski
2016-09-02
Doc'd how to remove old references in migration files.
Tim Graham
2016-09-01
Refs #25850, #27142, #27110 -- Documented migration history consistency checks.
Shai Berger
2016-05-20
Removed versionadded/changed annotations for 1.9.
Tim Graham
2016-02-01
Fixed #26124 -- Added missing code formatting to docs headers.
rowanv
[next]