summaryrefslogtreecommitdiff
path: root/docs/topics/migrations.txt
Commit message (Expand)AuthorAgeFilesLines
* Fixed #34140 -- Reformatted code blocks in docs with blacken-docs.django-bot2023-03-011-27/+31
* Refs #34140 -- Applied rst code-block to non-Python examples.Carlton Gibson2023-02-101-6/+18
* Removed versionadded/changed annotations for 4.1.Mariusz Felisiak2023-01-171-2/+0
* Improved readability of string interpolation in frequently used examples in d...Trey Hunner2022-11-101-1/+1
* Fixed #33916 -- Added support for serialization of enum.Flag in migrations.Willem Van Onsem2022-08-251-1/+5
* Refs #27236 -- Reverted "Refs #27236 -- Added generic mechanism to handle the...Mariusz Felisiak2022-07-261-50/+0
* Refs #27236 -- Added generic mechanism to handle the deprecation of migration...David Wobrock2022-07-081-0/+50
* Fixed #33675 -- Dropped support for PostgreSQL 10 and PostGIS 2.4.Mariusz Felisiak2022-05-041-5/+0
* Removed hyphen from pre-/re- prefixes.David2022-04-281-1/+1
* Fixed #26760 -- Added --prune option to migrate command.Jacob Walls2022-01-211-0/+7
* Removed versionadded/changed annotations for 3.2.Mariusz Felisiak2021-09-201-5/+0
* Refs #32956 -- Changed "afterwards" to "afterward" in docs and comments.David Smith2021-07-271-1/+1
* Fixed typos in comments and docs.David Sanders2021-05-291-1/+1
* Fixed #26962 -- Doc'd running migrations in transactions.Caio Ariede2020-10-291-0/+21
* Fixed #31529 -- Added support for serialization of pathlib.Path/PurePath and ...Nick Pope2020-06-241-0/+10
* Improved docs on migration reversibility. (#12619)Adam Johnson2020-03-251-5/+24
* Fixed #30955 -- Doc'd that only concrete base models are stored in historical...Shipeng Feng2019-11-081-5/+5
* Fixed #30597 -- Clarified how to unapply migrations.David Vaz2019-09-271-0/+24
* Refs #27910 -- Doc'd support for enumeration types serialization in migrations.Mariusz Felisiak2019-09-241-0/+1
* Refs #30350 -- Doc'd support for range serialization in migrations.Mariusz Felisiak2019-09-241-1/+1
* Removed versionadded/changed annotations for 2.2.Mariusz Felisiak2019-09-101-6/+0
* Fixed #30573 -- Rephrased documentation to avoid words that minimise the invo...Tobias Kunze2019-09-061-31/+28
* Fixed #30184 -- Removed ellipsis characters from shell output strings.Dan Davis2019-02-131-2/+2
* Refs #30033 -- Doc'd change regarding apps without migrations depending on ap...Tim Graham2019-01-281-0/+4
* Removed versionadded/changed annotations for 2.1.Tim Graham2019-01-171-4/+0
* Refs #29738 -- Allowed registering serializers with MigrationWriter.can2019-01-111-0/+29
* Updated docs for fast column creation with defaults in PostgreSQL 11.Damian Dimmich2018-11-261-2/+3
* Fixed #29814 -- Added support for NoneType serialization in migrations.Patrik Sletmo2018-10-111-1/+5
* Refs #29654 -- Replaced three dots with ellipsis character in output strings.Claude Paroz2018-08-221-2/+2
* Removed code terms from docs/spelling_wordlist.Tim Graham2018-07-311-3/+4
* Add clarifying section about historical migration modelsAndrew Godwin2018-05-151-2/+13
* Fixed #28870 -- Added support for functools.partialmethod serialization in mi...Sergey Fedoseev2017-12-061-2/+6
* Removed versionadded/changed annotations for 1.11.Tim Graham2017-09-221-4/+0
* Fixed #28363 -- Allowed naming the migration generated by squashmigrations.Melvyn Sopacua2017-07-261-0/+3
* Refs #23919 -- Stopped inheriting from object to define new style classes.Mariusz Felisiak2017-06-261-1/+1
* Made docs/topics/migrations.txt use single quotes consistently.Markus Amalthea Magnuson2017-05-221-5/+5
* Removed unexpected initial attribute in data migration examples.Stefano Rivera2017-03-251-2/+0
* Refs #23919, #27778 -- Removed obsolete mentions of unicode.Vytis Banaitis2017-01-261-1/+1
* Removed unused imports in example migrations.Arkadiusz Adamski2017-01-211-2/+2
* Refs #23919 -- Removed docs references to long integers.Tim Graham2017-01-191-1/+1
* Refs #23919 -- Removed Python 2 notes in docs.Tim Graham2017-01-181-19/+1
* Refs #23919 -- Removed encoding preambles and future importsClaude Paroz2017-01-181-26/+0
* Removed versionadded/changed annotations for 1.10.Tim Graham2017-01-171-9/+0
* Refs #24109 -- Doc'd the elidable feature in squashing migrations docs.Ed Morley2017-01-171-2/+2
* Fixed incorrect word choice in docs/topics/migrations.txt.Mitchel Humpherys2016-11-161-1/+1
* Fixed #27378 -- Added support for serialization of uuid.UUID in migrations.Maxime Lorant2016-11-061-0/+5
* Adjusted documentation of migration related commands.Krzysztof Gogolewski2016-11-051-3/+4
* Doc'd how to remove old references in migration files.Tim Graham2016-09-021-0/+3
* Refs #25850, #27142, #27110 -- Documented migration history consistency checks.Shai Berger2016-09-011-0/+20
* Removed versionadded/changed annotations for 1.9.Tim Graham2016-05-201-7/+0