summaryrefslogtreecommitdiff
path: root/docs/ref/migration-operations.txt
AgeCommit message (Expand)Author
2015-09-25Corrected use of 'affect' vs 'effect' in docs.Rob Hudson
2015-09-23Removed versionadded/changed annotations for 1.8.Tim Graham
2015-09-19Fixed #25430 -- Fixed incorrect RunSQL examples.Flavio Curella
2015-09-09Fixed #25371 -- Added reverse_sql and reverse_code examples to docs.Bibhas
2015-08-31Cleaned up example migration files in docsTyson Clugg
2015-06-05Capitalized "Python" in docs.Tim Graham
2015-05-17Fixed #24630 -- Clarified docs about RunPython transactions.Tim Graham
2015-04-20Fixed #24591 -- Optimized cloning of ModelState objects.Marten Kenbeek
2015-02-01Removed versionadded/changed notes for 1.7.Tim Graham
2015-01-14Fixed #22603 -- Reorganized classes in django.db.backends.Tim Graham
2015-01-10Fixed #22583 -- Allowed RunPython and RunSQL to provide hints to the db router.Loic Bistuer
2015-01-09Fixed #24098 -- Added no-op attributes to RunPython and RunSQLMarkus Holtermann
2015-01-07Updated migration docs to match changes from a159b1facClaude Paroz
2014-12-15Fixed #23822 -- Added support for serializing model managers in migrationMarkus Holtermann
2014-10-09Fixed #23609 -- Fixed IntegrityError that prevented altering a NULL column in...Markus Holtermann
2014-10-02Fixed #23426 -- Allowed parameters in migrations.RunSQLMarkus Holtermann
2014-09-29Fixed #17638 -- Added crosslinks between topic and reference guides.Duane Hilton
2014-09-24Fixed #23426 -- Don't require double percent sign in RunSQL without parametersMarkus Holtermann
2014-09-02Revert "Undocumented SeparateDatabaseAndState so crash is not RB. Refs #22918"Tim Graham
2014-09-01Undocumented SeparateDatabaseAndState so crash is not RB. Refs #22918Andrew Godwin
2014-08-27Fixed #23349 -- Clarified details about RunPython's apps argument.Richard Eames
2014-08-15Fixed #23296 -- Fixed RunPython code sample in Migration Operations.areski
2014-07-24Corrected headings in migration docs.Daniel Roseman
2014-06-15Fixed #22470: Full migration support for order_with_respect_toAndrew Godwin
2014-06-09Doc edits for refs #22487.Tim Graham
2014-06-08Fixed #22487: Optional rollback emulation for migrated appsAndrew Godwin
2014-05-15Harmonized some PEP 0263 coding preamblesClaude Paroz
2014-05-07Fixed #22496: Data migrations get transactions again!Andrew Godwin
2014-04-27Improved formatting and links of migration docs.Tim Graham
2014-04-26Fixed #3214 -- Stopped parsing SQL with regex.Aymeric Augustin
2014-04-23Various documentation typo/spelling fixesMarti Raudsepp
2014-04-14Improve migrations/schema docsAndrew Godwin
2014-03-02Fixed some typos in the documentation.Baptiste Mispelon
2014-02-28Fixed spelling mistakes in docs.Tim Graham
2014-02-28Fixed doc typos.Tim Graham
2014-02-12Add reference documentation for operations and stubs for schemaeditor.Andrew Godwin