Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/tests/migrations/test_optimizer.py
Commit message (Expand)AuthorAgeFilesLines
* Fixed #23395 -- Limited line lengths to 119 characters.Dražen Odobašić2015-09-121-4/+12
* Fixed #21127 -- Started deprecation toward requiring on_d...Flavio Curella2015-07-281-4/+4
* Fixed #24828 -- Allowed migration optimization across Alt...Markus Holtermann2015-06-161-0/+152
* Optimized duplicate AlterModelTable/AlterFooTogether/Alte...Markus Holtermann2015-06-141-0/+39
* Took AlterOrderWithRespectTo into account when optimizing...Markus Holtermann2015-06-141-3/+13
* Refs #24652 -- Used SimpleTestCase where appropriate.Simon Charette2015-05-201-2/+2
* Sorted imports with isort; refs #23860.Tim Graham2015-02-061-3/+2
* Refs #23822 -- Made MigrationOptimizer aware of model man...Markus Holtermann2015-01-071-22/+89
* Fixed #23844 -- Used topological sort for migration opera...Patryk Zawadzki2014-11-201-32/+3
* Fixed #22875: Optimizer did not take through= into account.Andrew Godwin2014-06-221-0/+38
* Harmonized some PEP 0263 coding preamblesClaude Paroz2014-05-151-1/+1
* flake8 fixesAlex Gaynor2013-11-071-2/+2
* Massive migration optimiser improvements + RenameModel opnAndrew Godwin2013-11-061-1/+194
* Fixed all E251 violationsAlex Gaynor2013-11-031-1/+1
* Fixed #21302 -- Fixed unused imports and import *.Tim Graham2013-11-021-1/+0
* Improve migration optimizer to be able to optimize throug...Andrew Godwin2013-10-161-0/+62
* Initial version of MigrationOptimizer and testsAndrew Godwin2013-10-021-0/+95