summaryrefslogtreecommitdiff
path: root/docs/topics/migrations.txt
AgeCommit message (Expand)Author
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
2014-07-10Add south upgrade note to 1.7 release notesAndrew Godwin
2014-06-19Fixed #22863: Improve clarity of makemigrations for non-db paramsAndrew Godwin
2014-06-15Fixed #22660: Doc'd you can't have unmigrated apps depend on migratedAndrew Godwin
2014-06-07Fixed #22436: More careful checking on method ref'ce serializationAndrew Godwin
2014-05-15Harmonized some PEP 0263 coding preamblesClaude Paroz
2014-05-06Improve docs around deconstruction/serialisation (refs #22337)Andrew Godwin
2014-04-28Fixed #22497 -- Highlighted difference between field and class deconstruction.Tim Graham
2014-04-27Fixed #22445 -- Added how to perform a reverse data migration to topic guide.Tim Graham
2014-04-27Improved formatting and links of migration docs.Tim Graham
2014-04-16Fixed spelling errors in documentation.Tim Graham
2014-04-14Improve migrations/schema docsAndrew Godwin
2014-03-24Fixed #22265 -- Clarfied consistent behavior of migrations.Moayad Mardini
2014-02-28Fixed spelling mistakes in docs.Tim Graham
2014-02-28Fixed doc typos.Tim Graham
2014-02-22Fixed #22032 -- added documentation for settings.MIGRATION_MODULESGreg Chapple
2014-02-12Add reference documentation for operations and stubs for schemaeditor.Andrew Godwin
2014-01-28Add an extra warning about custom save methods in migrations docs.Andrew Godwin
2014-01-23Add docs about converting from SouthAndrew Godwin
2014-01-19Fixed #21290: Documented migration serializing and improved errorAndrew Godwin
2013-12-28Used app_label instead of appname.Aymeric Augustin
2013-12-14Clarifed table rewrites in migration docs.Marti Raudsepp
2013-11-24Fixed #21499 -- Added a paragraph to the docs.Raphael Jasjukaitis
2013-09-18Fixed #21116 -- Made usage of manage.py in docs more consistent.Tim Graham
2013-09-05Removed "makemigrations --force" from docs since it doesn't actually exist.Loic Bistuer
2013-08-27Fixed #20976 -- Fixed labels in migration docs.Tim Graham
2013-08-10Docs tweaks (thanks timgraham)Andrew Godwin
2013-07-30Implement allow_migrate for migration operationsAndrew Godwin
2013-07-26A bit more documentationAndrew Godwin
2013-07-25More migration docs, and conversion of all easy syncdb referencesAndrew Godwin
2013-07-25Small start to migrations documentationAndrew Godwin