Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/django/db/migrations/migration.py
Commit message (Expand)AuthorAgeFilesLines
* Fixed #24375 -- Added Migration.initial attributeAndrei Kulakov2015-07-131-0/+7
* Moved migration exception classes to shared moduleMarkus Holtermann2015-05-021-5/+3
* Fixed #24554 -- Sped up migrations by rendering initial a...Markus Holtermann2015-04-011-3/+7
* Fixed #24550 -- Added migration operation description to ...Markus Holtermann2015-03-301-9/+14
* Sorted imports with isort; refs #23860.Tim Graham2015-02-061-0/+1
* Refs #24110 -- Added a more descriptive release note and ...Markus Holtermann2015-01-111-1/+1
* Fixed #24110 -- Rewrote migration unapply to preserve int...Markus Holtermann2015-01-101-15/+26
* Fixed #23745 -- Reused states as much as possible in migr...Claude Paroz2015-01-021-11/+8
* Fixed #24017 -- Added python_2_unicode_compatible in db/m...Josh Schneier2014-12-211-0/+2
* Limited lines to 119 characters in django/{contrib,db}.Berker Peksag2014-10-291-2/+4
* Fixed #23092: Squashing handles external dependenciesAndrew Godwin2014-07-291-1/+13
* Fixed #22496: Data migrations get transactions again!Andrew Godwin2014-05-071-2/+15
* Added a bunch of missing unicode_literalsClaude Paroz2014-05-061-0/+3
* Fixed flake8 errors.Tim Graham2014-04-201-0/+1
* Fixed #22397 -- Issues removing M2M field with explicit t...Andrew Gorcester2014-04-181-1/+1
* Revert "Fixed #22397 -- Issues removing M2M field with ex...Simon Charette2014-04-181-1/+0
* Fixed #22397 -- Issues removing M2M field with explicit t...Andrew Gorcester2014-04-171-0/+1
* Fixed many typos in comments and docstrings.Rodolfo Carvalho2014-03-031-1/+1
* Implement swappable model support for migrationsAndrew Godwin2014-01-191-0/+7
* Fix migration planner to fully understand squashed migrat...Andrew Godwin2013-10-231-0/+5
* Make sqlmigrate ignore the RunPython operationAndrew Godwin2013-09-251-3/+20
* Add RunPython migration operation and testsAndrew Godwin2013-09-251-0/+6
* Initial stab at a migrate command, it's probably quite a ...Andrew Godwin2013-06-071-0/+3
* Autodetector testsAndrew Godwin2013-06-071-0/+3
* Add an Executor for end-to-end runningAndrew Godwin2013-05-301-0/+48
* Start adding operations that work and tests for themAndrew Godwin2013-05-291-0/+17
* First phase of loading migrations from diskAndrew Godwin2013-05-101-0/+30