Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/docs/topics/migrations.txt
Commit message (Expand)AuthorAgeFilesLines
* Removed versionadded/changed annotations for 1.8.Tim Graham2015-09-241-54/+0
* Fixed #25390 -- Allowed specifying a start migration in s...Markus Holtermann2015-09-191-1/+1
* Cleaned up example migration files in docsTyson Clugg2015-08-311-2/+6
* Fixed #25259 -- Added comments to header of generated mig...Tyson Clugg2015-08-311-0/+1
* Fixed #25185 -- Added support for functools.partial seria...Piper Merriam2015-07-291-0/+6
* Fixed malformed Sphinx directives.Tim Graham2015-07-251-1/+1
* Fixed #24375 -- Added Migration.initial attributeAndrei Kulakov2015-07-131-6/+29
* Updated release process for new release schedule.Tim Graham2015-06-251-3/+4
* Fixed #24052 -- Doc'd how to write data migrations with m...Andrei Kulakov2015-03-131-0/+27
* Fixed #23892 -- Clarified compatibility policy for migrat...Carl Meyer2015-02-161-0/+14
* Fixed #24184 -- Prevented automatic soft-apply of migrationsMarkus Holtermann2015-02-131-12/+27
* Removed docs about unmigrated apps as they are not suppor...Tim Graham2015-02-091-8/+0
* Added a "Writing migrations" how-to.Tim Graham2015-02-031-63/+6
* Removed versionadded/changed notes for 1.7.Tim Graham2015-02-021-6/+0
* Updated recommendation for testing keyword arg in custom ...Andrei Kulakov2015-01-301-1/+1
* Removed support for syncing apps without migrations per d...Tim Graham2015-01-181-24/+1
* Removed support for custom SQL per deprecation timeline.Tim Graham2015-01-171-2/+0
* Removed the syncdb command per deprecation timeline.Tim Graham2015-01-171-13/+1
* Fixed #22583 -- Allowed RunPython and RunSQL to provide h...Loic Bistuer2015-01-091-11/+9
* Fixed #23861 -- Added an API to deprecate model fields.Tim Graham2015-01-051-0/+48
* Fixed #23749 -- Documented how to use the database alias ...Alfred Perlstein2015-01-031-0/+67
* Fixed #23822 -- Added support for serializing model manag...Markus Holtermann2014-12-151-18/+50
* Fixed #23982 -- Added doc note on generating Python 2/3 c...Carl Meyer2014-12-121-0/+20
* Fix malformed note directives.Carl Meyer2014-11-181-0/+1
* Added a warning about nonexistent FK constraints when unm...Tim Graham2014-11-041-2/+7
* Fixed typo in squashing migrations documentationbahoo2014-10-271-1/+1
* Updated release notes following backport of a407b84. Refs...Loic Bistuer2014-10-091-1/+1
* Fixed #23365 -- Added support for timezone-aware datetime...Rudy Mutter2014-09-301-0/+5
* Fixed #17638 -- Added crosslinks between topic and refere...Duane Hilton2014-09-301-0/+6
* How many is two?Carl Meyer2014-09-261-1/+1
* Fixed #23473 -- Documented that @deconstructible classes ...Markus Holtermann2014-09-241-2/+12
* Note re migrations importing custom fieldsGreg Brown2014-09-091-1/+3
* Update docs to be more clear about nested classes (refs #...Andrew Godwin2014-09-061-2/+3
* Fixed #23302 -- Added --name/-n option to makemigrations ...Raffaele Salmaso2014-09-031-0/+7
* Fixed #23400 -- Added "Remove 'south' from INSTALLED_APPS...Tim Graham2014-09-031-1/+2
* Fixed #23131 -- Documented serialization of callable func...Tim Graham2014-08-241-0/+4
* Update squashmigration docs to also mention circ dep errs...Andrew Godwin2014-08-221-5/+10
* Fixed #23316 -- Added datetime.time serialization in migr...Lee Sanghyuck2014-08-191-1/+1
* Fixed #23263 -- Added sqlmigrate to migration topic guide.Tim Graham2014-08-181-1/+3
* Improved formatting of deconstruct() docs.areski2014-08-131-10/+13
* Fixed #23127: south_migrations note in docsAndrew Godwin2014-07-291-1/+17
* Fixed #23090: Document and enforce not double-squashing m...Andrew Godwin2014-07-291-0/+17
* Add south upgrade note to 1.7 release notesAndrew Godwin2014-07-101-0/+2
* Fixed #22863: Improve clarity of makemigrations for non-d...Andrew Godwin2014-06-201-0/+6
* Fixed #22660: Doc'd you can't have unmigrated apps depend...Andrew Godwin2014-06-151-0/+15
* Fixed #22436: More careful checking on method ref'ce seri...Andrew Godwin2014-06-081-0/+19
* Harmonized some PEP 0263 coding preamblesClaude Paroz2014-05-151-2/+2
* Improve docs around deconstruction/serialisation (refs #2...Andrew Godwin2014-05-071-0/+16
* Fixed #22497 -- Highlighted difference between field and ...Tim Graham2014-04-281-2/+4
* Fixed #22445 -- Added how to perform a reverse data migra...Tim Graham2014-04-271-0/+5