summaryrefslogtreecommitdiff
path: root/docs/topics/migrations.txt
AgeCommit message (Expand)Author
2019-02-13[2.2.x] Fixed #30184 -- Removed ellipsis characters from shell output strings.Dan Davis
2019-01-28[2.2.x] Refs #30033 -- Doc'd change regarding apps without migrations dependi...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
2017-05-22Made docs/topics/migrations.txt use single quotes consistently.Markus Amalthea Magnuson
2017-03-25Removed unexpected initial attribute in data migration examples.Stefano Rivera
2017-01-26Refs #23919, #27778 -- Removed obsolete mentions of unicode.Vytis Banaitis
2017-01-21Removed unused imports in example migrations.Arkadiusz Adamski
2017-01-19Refs #23919 -- Removed docs references to long integers.Tim Graham
2017-01-18Refs #23919 -- Removed Python 2 notes in docs.Tim Graham
2017-01-18Refs #23919 -- Removed encoding preambles and future importsClaude Paroz
2017-01-17Removed versionadded/changed annotations for 1.10.Tim Graham
2017-01-17Refs #24109 -- Doc'd the elidable feature in squashing migrations docs.Ed Morley
2016-11-16Fixed incorrect word choice in docs/topics/migrations.txt.Mitchel Humpherys
2016-11-06Fixed #27378 -- Added support for serialization of uuid.UUID in migrations.Maxime Lorant
2016-11-05Adjusted documentation of migration related commands.Krzysztof Gogolewski
2016-09-02Doc'd how to remove old references in migration files.Tim Graham
2016-09-01Refs #25850, #27142, #27110 -- Documented migration history consistency checks.Shai Berger
2016-05-20Removed versionadded/changed annotations for 1.9.Tim Graham
2016-02-01Fixed #26124 -- Added missing code formatting to docs headers.rowanv
2016-01-22Fixed #26020 -- Normalized header stylings in docs.Elif T. Kus
2016-01-14Fixed #23868 -- Added support for non-unique django-admin-options in docs.Tim Graham
2016-01-04Added missing step to transitioning squashed migrations.Jarek Glowacki
2015-12-22Fixed #25936 -- Added showmigrations to migrations topic guide.Mads Jensen
2015-12-18Fixed #25063 -- Added path to makemigration's output of migration file.Niels Van Och
2015-11-26Fixed #25807 -- Instructed the migration writer about lazy objects.Simon Charette
2015-11-19Fixed #25764 -- Added support for serialization of enum.Enum in migrations.Andrei Fokau
2015-09-23Removed versionadded/changed annotations for 1.8.Tim Graham
2015-09-19Fixed #25390 -- Allowed specifying a start migration in squashmigrationsMarkus Holtermann
2015-08-31Cleaned up example migration files in docsTyson Clugg
2015-08-31Fixed #25259 -- Added comments to header of generated migration filesTyson Clugg
2015-07-29Fixed #25185 -- Added support for functools.partial serialization in migrationsPiper Merriam
2015-07-25Fixed malformed Sphinx directives.Tim Graham
2015-07-13Fixed #24375 -- Added Migration.initial attributeAndrei Kulakov
2015-06-25Updated release process for new release schedule.Tim Graham
2015-03-13Fixed #24052 -- Doc'd how to write data migrations with models in multiple apps.Andrei Kulakov
2015-02-16Fixed #23892 -- Clarified compatibility policy for migrations.Carl Meyer
2015-02-13Fixed #24184 -- Prevented automatic soft-apply of migrationsMarkus Holtermann
2015-02-09Removed docs about unmigrated apps as they are not supported in Django 1.9.Tim Graham
2015-02-03Added a "Writing migrations" how-to.Tim Graham
2015-02-01Removed versionadded/changed notes for 1.7.Tim Graham
2015-01-30Updated recommendation for testing keyword arg in custom fields.Andrei Kulakov