Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/tests/migrations
Commit message (Expand)AuthorAgeFilesLines
...
* Fixed #24278 -- Fixed serialization of migration operations.Marten Kenbeek2015-04-051-0/+44
* Refs #24278 -- Allowed multi-line serializations in Opera...Marten Kenbeek2015-04-051-15/+25
* Fixed #24566 -- Added support for serializing timedeltaBaptiste Mispelon2015-04-021-0/+4
* Fixed #24550 -- Added migration operation description to ...Markus Holtermann2015-03-301-12/+47
* Refs #24366 -- Fixed recursion depth error in migration g...Marten Kenbeek2015-03-291-7/+25
* Refs #24366 -- Renamed arguments in MigrationGraph, renam...Marten Kenbeek2015-03-291-2/+2
* Fixed #24537 -- Ignored field order in RenameModel detectionMarkus Holtermann2015-03-281-0/+31
* Renamed Field.rel attribute to remote_fieldAnssi Kääriäinen2015-03-252-11/+11
* Fixed #24483 -- Prevented keepdb from breaking with gener...David Szotten2015-03-241-0/+20
* Fixed #24521 -- Added support for serializing frozensets ...Baptiste Mispelon2015-03-231-0/+4
* Fixed #24427 -- Stopped writing migration files in dry ru...John Giannelos2015-03-161-0/+43
* Refs #24354 -- Prevented repointing of relations on super...Matthew Wilkes2015-03-141-0/+35
* Fixed #23407 -- Extended coverage of makemigrations --noi...Marten Kenbeek2015-03-081-0/+74
* Fixed #24435 -- Prevented m2m field removal and addition ...Markus Holtermann2015-03-041-0/+14
* Made migrations tests write to a temporary directory.Aymeric Augustin2015-02-232-180/+180
* Fixed #24366 -- Optimized traversal of large migration de...Marten Kenbeek2015-02-231-2/+20
* Fixed #24351, #24346 -- Changed the signature of allow_mi...Loic Bistuer2015-02-201-4/+4
* Fixed #24362: Made test run each migration operation in i...Shai Berger2015-02-181-6/+9
* Fixed #24291 - Fixed migration ModelState generation with...Marten Kenbeek2015-02-181-1/+53
* Refs #24324 -- Fixed Python 2 test failures when path to ...Tim Graham2015-02-182-8/+10
* Added tests for get_related_models_recursiveMarkus Holtermann2015-02-162-2/+223
* Refs #24282 -- Added failing test case for assigning mode...Markus Holtermann2015-02-161-0/+54
* Refs #24264 -- Added failing test case for updating a FK ...Markus Holtermann2015-02-169-0/+97
* Refs #24225 -- Added failing test case for removing a pre...Claude Paroz2015-02-161-1/+50
* Fixed #24184 -- Prevented automatic soft-apply of migrationsMarkus Holtermann2015-02-132-2/+69
* Fixed E265 comment styleCollin Anderson2015-02-061-1/+1
* Sorted imports with isort; refs #23860.Tim Graham2015-02-0625-52/+58
* Refactored tests that rely on an ImportError for Python 3...Tim Graham2015-02-042-2/+1
* Fixed typos in code comments.Adam Taylor2015-01-201-1/+1
* Fixed #24155 -- Maintained kwargs and import order in mig...Markus Holtermann2015-01-201-0/+28
* Removed IPAddressField per deprecation timeline; refs #20...Tim Graham2015-01-194-0/+60
* Cleaned up migration writer testsMarkus Holtermann2015-01-171-69/+61
* Fixed #24135 -- Made RenameModel rename many-to-many tables.Tim Graham2015-01-161-0/+26
* Fixed #23850 -- Fixed a migrations test failure on Mac OS...Collin Anderson2015-01-161-0/+6
* Fixed #24147 -- Prevented managers leaking model during m...Markus Holtermann2015-01-141-0/+38
* Fixed #24129 -- Added indicator that migrations are rende...Markus Holtermann2015-01-121-1/+46
* Fixed #24123 -- Used all available migrations to generate...Markus Holtermann2015-01-1220-0/+339
* Removed supports_binary_field flag as all backends suppor...Claude Paroz2015-01-111-2/+0
* Fixed #24110 -- Rewrote migration unapply to preserve int...Markus Holtermann2015-01-101-11/+17
* Fixed #22583 -- Allowed RunPython and RunSQL to provide h...Loic Bistuer2015-01-092-38/+174
* Fixed #24098 -- Added no-op attributes to RunPython and R...Markus Holtermann2015-01-0922-21/+41
* Fixed #24093 -- Prevented MigrationWriter to write operat...Markus Holtermann2015-01-081-2/+75
* Refs #23822 -- Made MigrationOptimizer aware of model man...Markus Holtermann2015-01-072-22/+93
* Fixed #12663 -- Formalized the Model._meta API for retrie...Daniel Pyrathon2015-01-071-2/+2
* Refs #23359 -- Removed double newline from output of migr...Markus Holtermann2015-01-051-17/+32
* Fixed #23745 -- Reused states as much as possible in migr...Claude Paroz2015-01-024-31/+32
* Passed around the state between migrationsClaude Paroz2015-01-021-1/+1
* Replaced migration state render() by apps cached propertyClaude Paroz2015-01-023-56/+41
* Fixed #23359 -- Added showmigrations command to list migr...Markus Holtermann2014-12-312-6/+140
* Applied ignore_warnings to Django testsClaude Paroz2014-12-301-8/+6