Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/tests/migrations/test_executor.py
Commit message (Expand)AuthorAgeFilesLines
* Fixed #24743, #24745 -- Optimized migration plan handlingMarkus Holtermann2015-09-191-0/+59
* Cleaned up docstring style, per Tim Graham review.Carl Meyer2015-06-041-7/+2
* Refs #24628 -- Added a second test and a docstring commen...Carl Meyer2015-06-031-0/+24
* Fixed #24628 -- Fixed applied status for squashed migrati...Carl Meyer2015-06-031-0/+26
* Refs #24264 -- Added failing test case for updating a FK ...Markus Holtermann2015-02-161-0/+35
* Fixed #24184 -- Prevented automatic soft-apply of migrationsMarkus Holtermann2015-02-131-1/+9
* Sorted imports with isort; refs #23860.Tim Graham2015-02-061-2/+2
* 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-121-0/+90
* Fixed #23745 -- Reused states as much as possible in migr...Claude Paroz2015-01-021-1/+1
* Passed around the state between migrationsClaude Paroz2015-01-021-1/+1
* Replaced migration state render() by apps cached propertyClaude Paroz2015-01-021-1/+1
* Added another migration-executor test to avoid regressions.Carl Meyer2014-11-201-0/+35
* Fixed #23410 -- Avoided unnecessary rollbacks in related ...Carl Meyer2014-11-201-1/+95
* Revert "Fixed #23474 -- Prevented migrating backwards fro...Tim Graham2014-09-241-38/+0
* Called table_names instead of get_table_list in migrationsClaude Paroz2014-09-231-4/+4
* Fixed some flake8 errors.Tim Graham2014-09-191-2/+2
* Fixed #23474 -- Prevented migrating backwards from unappl...valtron2014-09-151-0/+38
* Revert "Fixed #23384 -- Allowed overriding part of a dict...Claude Paroz2014-09-051-1/+1
* Fixed #23384 -- Allowed overriding part of a dictionary-t...Claude Paroz2014-08-301-1/+1
* Fixed #23093: soft application detection for swapped modelsAndrew Godwin2014-07-251-2/+20
* Fixed #22881 -- Better soft_applied migration detectionChris Beaven2014-06-231-0/+14
* Removed usaged of contrib.sessions as a placeholder in mi...Tim Graham2014-06-161-10/+21
* Remove overzealous migration flushes from migration test ...Andrew Godwin2014-06-091-4/+3
* Tests for #22325Andrew Godwin2014-05-091-0/+22
* Imported override_settings from its new location.Aymeric Augustin2013-12-231-1/+2
* Fixed #21302 -- Fixed unused imports and import *.Tim Graham2013-11-021-1/+0
* Fixed some flake8 issuesAlex Gaynor2013-10-301-1/+1
* Auto-apply initial migrations if their tables exist already.Andrew Godwin2013-10-301-13/+52
* Fix migration planner to fully understand squashed migrat...Andrew Godwin2013-10-231-0/+53
* Fix some small errors in the testsAndrew Godwin2013-08-231-0/+5
* Fix weird planning issues when already fully migrated.Andrew Godwin2013-08-111-1/+33
* Add tests for the migrate command and fix a bug they exposedAndrew Godwin2013-07-251-0/+1
* Fix test running with new apps stuff/migrate actually run...Andrew Godwin2013-06-191-0/+4
* Add an Executor for end-to-end runningAndrew Godwin2013-05-301-0/+35