summaryrefslogtreecommitdiff
path: root/docs/topics/migrations.txt
AgeCommit message (Expand)Author
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
2015-01-18Removed support for syncing apps without migrations per deprecation timeline.Tim Graham
2015-01-17Removed support for custom SQL per deprecation timeline.Tim Graham
2015-01-17Removed the syncdb command per deprecation timeline.Tim Graham
2015-01-10Fixed #22583 -- Allowed RunPython and RunSQL to provide hints to the db router.Loic Bistuer
2015-01-05Fixed #23861 -- Added an API to deprecate model fields.Tim Graham
2015-01-03Fixed #23749 -- Documented how to use the database alias in RunPython.Alfred Perlstein
2014-12-15Fixed #23822 -- Added support for serializing model managers in migrationMarkus Holtermann
2014-12-12Fixed #23982 -- Added doc note on generating Python 2/3 cross-compatible migr...Carl Meyer
2014-11-17Fix malformed note directives.Carl Meyer
2014-11-04Added a warning about nonexistent FK constraints when unmigrated apps depend ...Tim Graham
2014-10-27Fixed typo in squashing migrations documentationbahoo
2014-10-09Updated release notes following backport of a407b84. Refs #23365.Loic Bistuer
2014-09-29Fixed #23365 -- Added support for timezone-aware datetimes to migrations.Rudy Mutter
2014-09-29Fixed #17638 -- Added crosslinks between topic and reference guides.Duane Hilton
2014-09-26How many is two?Carl Meyer
2014-09-24Fixed #23473 -- Documented that @deconstructible classes need __eq__.Markus Holtermann
2014-09-10Note re migrations importing custom fieldsGreg Brown
2014-09-05Update docs to be more clear about nested classes (refs #23418)Andrew Godwin
2014-09-02Fixed #23302 -- Added --name/-n option to makemigrations commandRaffaele Salmaso
2014-09-02Fixed #23400 -- Added "Remove 'south' from INSTALLED_APPS" to upgrade instruc...Tim Graham
2014-08-24Fixed #23131 -- Documented serialization of callable functions in migrations.Tim Graham
2014-08-21Update squashmigration docs to also mention circ dep errs (refs #23337)Andrew Godwin
2014-08-19Fixed #23316 -- Added datetime.time serialization in migrations.Lee Sanghyuck
2014-08-18Fixed #23263 -- Added sqlmigrate to migration topic guide.Tim Graham
2014-08-13Improved formatting of deconstruct() docs.areski
2014-07-29Fixed #23127: south_migrations note in docsAndrew Godwin
2014-07-29Fixed #23090: Document and enforce not double-squashing migrationsAndrew Godwin