Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/django/db/migrations
Commit message (Expand)AuthorAgeFilesLines
...
* Fixed #24278 -- Fixed serialization of migration operations.Marten Kenbeek2015-04-051-0/+5
* Refs #24278 -- Allowed multi-line serializations in Opera...Marten Kenbeek2015-04-052-6/+27
* Fixed #24566 -- Added support for serializing timedeltaBaptiste Mispelon2015-04-021-0/+3
* Refs #24554 -- Prevented rendering of unused migrationsMarkus Holtermann2015-04-011-0/+9
* Fixed #24554 -- Sped up migrations by rendering initial a...Markus Holtermann2015-04-014-11/+28
* Fixed #24550 -- Added migration operation description to ...Markus Holtermann2015-03-301-9/+14
* Refs #24366 -- Fixed recursion depth error in migration g...Marten Kenbeek2015-03-291-2/+43
* Refs #24366 -- Renamed arguments in MigrationGraph, renam...Marten Kenbeek2015-03-291-10/+12
* Fixed #24537 -- Ignored field order in RenameModel detectionMarkus Holtermann2015-03-281-1/+1
* Removed untouched branch in StateApps.__init__()Alex Hill2015-03-251-16/+8
* Fixed #24215 -- Refactored lazy model operationsAlex Hill2015-03-251-11/+10
* Renamed Field.rel attribute to remote_fieldAnssi Kääriäinen2015-03-255-56/+56
* Fixed #24521 -- Added support for serializing frozensets ...Baptiste Mispelon2015-03-231-1/+3
* Fixed #23407 -- Extended coverage of makemigrations --noi...Marten Kenbeek2015-03-081-0/+11
* Fixed #24397 -- Sped up rendering multiple model states.Marten Kenbeek2015-03-081-0/+7
* Fixed #24435 -- Prevented m2m field removal and addition ...Markus Holtermann2015-03-041-2/+11
* Prevented makemigrations from writing in sys.path[0].Aymeric Augustin2015-02-231-31/+54
* Fixed #24366 -- Optimized traversal of large migration de...Marten Kenbeek2015-02-232-31/+92
* Fixed #24351, #24346 -- Changed the signature of allow_mi...Loic Bistuer2015-02-204-24/+28
* Fixed #24291 - Fixed migration ModelState generation with...Marten Kenbeek2015-02-181-18/+21
* Refs #24324 -- Fixed UnicodeDecodeError in MigrationWrite...Tim Graham2015-02-181-2/+2
* Refs #24324 -- Fixed UnicodeDecodeError in makemigrations.Tim Graham2015-02-171-1/+2
* Fixed #24225, #24264, #24282 -- Rewrote model reloading i...Markus Holtermann2015-02-161-41/+111
* Fixed #24184 -- Prevented automatic soft-apply of migrationsMarkus Holtermann2015-02-131-8/+9
* Revert "Fixed #24075 -- Prevented running post_migrate si...Markus Holtermann2015-02-071-12/+0
* Sorted imports with isort; refs #23860.Tim Graham2015-02-0610-19/+22
* Fixed typos in code comments.Adam Taylor2015-01-202-2/+2
* Fixed #24155 -- Maintained kwargs and import order in mig...Markus Holtermann2015-01-201-7/+9
* Removed the syncdb command per deprecation timeline.Tim Graham2015-01-171-1/+1
* Fixed #24135 -- Made RenameModel rename many-to-many tables.Tim Graham2015-01-161-0/+21
* Fixed #24075 -- Prevented running post_migrate signals wh...Markus Holtermann2015-01-141-0/+12
* Fixed #24147 -- Prevented managers leaking model during m...Markus Holtermann2015-01-141-3/+15
* Fixed #24129 -- Added indicator that migrations are rende...Markus Holtermann2015-01-121-0/+4
* Fixed #24123 -- Used all available migrations to generate...Markus Holtermann2015-01-121-7/+25
* 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 #22583 -- Allowed RunPython and RunSQL to provide h...Loic Bistuer2015-01-092-19/+27
* Fixed #24098 -- Added no-op attributes to RunPython and R...Markus Holtermann2015-01-091-5/+10
* Fixed #24093 -- Prevented MigrationWriter to write operat...Markus Holtermann2015-01-081-25/+39
* Refs #23822 -- Made MigrationOptimizer aware of model man...Markus Holtermann2015-01-071-0/+5
* Refs #22608 -- Optimized migration optimizerMarkus Holtermann2015-01-071-73/+75
* Refs #22608 -- Optimized migration optimizer and migrate ...Ulrich Petri2015-01-075-91/+180
* Fixed #12663 -- Formalized the Model._meta API for retrie...Daniel Pyrathon2015-01-074-55/+43
* Fixed #23745 -- Reused states as much as possible in migr...Claude Paroz2015-01-025-31/+105
* Passed around the state between migrationsClaude Paroz2015-01-021-9/+16
* Added ignore_swappable to StateAppsMarkus Holtermann2015-01-022-2/+7
* Replaced migration state render() by apps cached propertyClaude Paroz2015-01-026-106/+99
* Renamed variables to avoid name collision with import of ...Russell Keith-Magee2014-12-311-4/+4
* Fixed #23938 -- Added migration support for m2m to concre...Markus Holtermann2014-12-291-77/+80
* Fixed #23866 -- Harmonized refs to Django documentation f...Claude Paroz2014-12-252-6/+8