Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/tests/migrations/test_loader.py
Commit message (Expand)AuthorAgeFilesLines
* Fixed #24919 -- Allowed disabling of migrations on a per ...Markus Holtermann2015-09-121-0/+23
* Fixed #24895 -- Fixed loading a pair of squashed migratio...Carl Meyer2015-06-021-2/+27
* Fixed #24848 -- Fixed ValueError for faulty migrations mo...Marten Kenbeek2015-05-251-2/+10
* Moved migration exception classes to shared moduleMarkus Holtermann2015-05-021-2/+2
* Sorted imports with isort; refs #23860.Tim Graham2015-02-061-3/+2
* Refactored tests that rely on an ImportError for Python 3...Tim Graham2015-02-041-1/+1
* Fixed #23733 -- Fixed squashing migrations that depend on...twidi2014-10-301-0/+21
* Fixed #23556 -- Raised a more meaningful error message wh...Markus Holtermann2014-10-301-0/+104
* Replaced set([foo, ...]) by {foo, ...} literals. Refs PR ...Thomas Chaumeny2014-09-281-1/+1
* Revert "Fixed #23384 -- Allowed overriding part of a dict...Claude Paroz2014-09-051-4/+1
* Fixed #23384 -- Allowed overriding part of a dictionary-t...Claude Paroz2014-08-301-1/+4
* Fixed #23071 -- Use last migration's name in dependency t...Jeroen Dekkers2014-07-221-20/+0
* Fixed #22861: Internal migrations done first so __first__...Andrew Godwin2014-06-181-0/+20
* Fix __latest__ to actually resolve to the latest migrationAndrew Godwin2014-06-181-0/+20
* Removed some u'' prefixes to fix Python 3.2.Tim Graham2014-06-171-2/+2
* Added database migration for contrib.auth.Tim Graham2014-06-161-1/+5
* Added database migration for contrib.contenttypes.Tim Graham2014-06-161-1/+1
* Merge pull request #2736 from SmileyChris/migration-run_b...Andrew Godwin2014-06-061-0/+16
|\
| * Implement Migration.run_beforeChris Beaven2014-05-291-0/+16
* | Fix additional test failures caused by migration pollutionAndrew Godwin2014-05-301-6/+6
|/
* Fixed #22485: Include all unmigrated apps in project stat...Andrew Godwin2014-04-301-3/+5
* Fixed #22474 -- Made migration recorder aware of multiple...Claude Paroz2014-04-301-1/+7
* Make test stronger to hopefully fix odd Jenkins failureAndrew Godwin2014-01-081-1/+1
* Fixed #21142: Dependency failures on unmigrated apps.Andrew Godwin2014-01-081-1/+28
* Renamed AppCache to Apps.Aymeric Augustin2013-12-241-1/+1
* Imported override_settings from its new location.Aymeric Augustin2013-12-231-2/+1
* Fix migration planner to fully understand squashed migrat...Andrew Godwin2013-10-231-9/+22
* Fixed #21015 -- Fixed MigrationLoader when importlib.impo...Loic Bistuer2013-09-061-0/+16
* Fixed #21014 -- Fixed gobbled ImportError in MigrationLoa...Loic Bistuer2013-09-061-0/+7
* Make migrate command recognise prefixes and 'zero'.Andrew Godwin2013-07-221-1/+14
* Fix test running with new apps stuff/migrate actually run...Andrew Godwin2013-06-191-2/+4
* Add an Executor for end-to-end runningAndrew Godwin2013-05-301-1/+1
* Start adding operations that work and tests for themAndrew Godwin2013-05-291-2/+37
* Split up test and make the State classes a bit better.Andrew Godwin2013-05-181-0/+29