summaryrefslogtreecommitdiff
path: root/docs/ref/migration-operations.txt
Commit message (Expand)AuthorAgeFilesLines
* Fixed #25833 -- Added support for non-atomic migrations.Pankrat2016-02-051-6/+14
* Fixed #26124 -- Added missing code formatting to docs headers.rowanv2016-02-011-32/+32
* Fixed #25917 -- Clarified reversibility of RemoveField.Tim Graham2016-01-281-3/+5
* Fixed #24109 -- Allowed RunSQL and RunPython operations to be elided.Simon Charette2016-01-231-2/+16
* Added docs example for manually creating a column with RunSQL.Gen1us2k2015-12-251-1/+12
* Fixed typo in docs/ref/migration-operations.txt.Tim Graham2015-11-141-2/+2
* Corrected use of 'affect' vs 'effect' in docs.Rob Hudson2015-09-251-2/+2
* Removed versionadded/changed annotations for 1.8.Tim Graham2015-09-231-21/+0
* Fixed #25430 -- Fixed incorrect RunSQL examples.Flavio Curella2015-09-191-4/+4
* Fixed #25371 -- Added reverse_sql and reverse_code examples to docs.Bibhas2015-09-091-3/+21
* Cleaned up example migration files in docsTyson Clugg2015-08-311-1/+3
* Capitalized "Python" in docs.Tim Graham2015-06-051-1/+1
* Fixed #24630 -- Clarified docs about RunPython transactions.Tim Graham2015-05-171-4/+16
* Fixed #24591 -- Optimized cloning of ModelState objects.Marten Kenbeek2015-04-201-1/+12
* Removed versionadded/changed notes for 1.7.Tim Graham2015-02-011-9/+0
* Fixed #22603 -- Reorganized classes in django.db.backends.Tim Graham2015-01-141-1/+1
* Fixed #22583 -- Allowed RunPython and RunSQL to provide hints to the db router.Loic Bistuer2015-01-101-2/+18
* Fixed #24098 -- Added no-op attributes to RunPython and RunSQLMarkus Holtermann2015-01-091-0/+16
* Updated migration docs to match changes from a159b1facClaude Paroz2015-01-071-1/+1
* Fixed #23822 -- Added support for serializing model managers in migrationMarkus Holtermann2014-12-151-1/+18
* Fixed #23609 -- Fixed IntegrityError that prevented altering a NULL column in...Markus Holtermann2014-10-091-2/+14
* Fixed #23426 -- Allowed parameters in migrations.RunSQLMarkus Holtermann2014-10-021-2/+18
* Fixed #17638 -- Added crosslinks between topic and reference guides.Duane Hilton2014-09-291-0/+3
* Fixed #23426 -- Don't require double percent sign in RunSQL without parametersMarkus Holtermann2014-09-241-0/+5
* Revert "Undocumented SeparateDatabaseAndState so crash is not RB. Refs #22918"Tim Graham2014-09-021-3/+15
* Undocumented SeparateDatabaseAndState so crash is not RB. Refs #22918Andrew Godwin2014-09-011-15/+3
* Fixed #23349 -- Clarified details about RunPython's apps argument.Richard Eames2014-08-271-4/+6
* Fixed #23296 -- Fixed RunPython code sample in Migration Operations.areski2014-08-151-2/+4
* Corrected headings in migration docs.Daniel Roseman2014-07-241-3/+4
* Fixed #22470: Full migration support for order_with_respect_toAndrew Godwin2014-06-151-0/+18
* Doc edits for refs #22487.Tim Graham2014-06-091-1/+1
* Fixed #22487: Optional rollback emulation for migrated appsAndrew Godwin2014-06-081-2/+11
* Harmonized some PEP 0263 coding preamblesClaude Paroz2014-05-151-1/+1
* Fixed #22496: Data migrations get transactions again!Andrew Godwin2014-05-071-1/+7
* Improved formatting and links of migration docs.Tim Graham2014-04-271-68/+43
* Fixed #3214 -- Stopped parsing SQL with regex.Aymeric Augustin2014-04-261-9/+8
* Various documentation typo/spelling fixesMarti Raudsepp2014-04-231-1/+1
* Improve migrations/schema docsAndrew Godwin2014-04-141-1/+40
* Fixed some typos in the documentation.Baptiste Mispelon2014-03-021-1/+1
* Fixed spelling mistakes in docs.Tim Graham2014-02-281-2/+2
* Fixed doc typos.Tim Graham2014-02-281-3/+3
* Add reference documentation for operations and stubs for schemaeditor.Andrew Godwin2014-02-121-0/+320