Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/django/db/migrations/optimizer.py
Commit message (Expand)AuthorAgeFilesLines
* Sorted reduce methods in migration optimizerMarkus Holtermann2015-06-161-60/+70
* Fixed #24828 -- Allowed migration optimization across Alt...Markus Holtermann2015-06-161-0/+24
* Changed reduce method lookup in migration optimizer to dictMarkus Holtermann2015-06-141-110/+29
* Explicitly imported migration operations in optimizerMarkus Holtermann2015-06-141-60/+64
* Optimized duplicate AlterModelTable/AlterFooTogether/Alte...Markus Holtermann2015-06-141-0/+28
* Took AlterOrderWithRespectTo into account when optimizing...Markus Holtermann2015-06-141-0/+6
* Renamed Field.rel attribute to remote_fieldAnssi Kääriäinen2015-03-251-4/+4
* Fixed typos in code comments.Adam Taylor2015-01-201-1/+1
* 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-071-18/+21
* Limited lines to 119 characters in django/{contrib,db}.Berker Peksag2014-10-291-3/+6
* Fixed #22875: Optimizer did not take through= into account.Andrew Godwin2014-06-221-5/+20
* Fixed #22847: Optimizer wasn't expecting unresolved FKsAndrew Godwin2014-06-161-4/+7
* Fixed several flake8 errorsAlex Gaynor2014-06-161-2/+2
* Fixed #22568: Better proxy model support in migrationsAndrew Godwin2014-06-161-1/+2
* Fixed flake8 errors.Tim Graham2014-06-061-1/+1
* Rewrote migration autodetector to involve actual computer...Andrew Godwin2014-06-061-17/+26
* Added a bunch of missing unicode_literalsClaude Paroz2014-05-061-0/+2
* Fixed many typos in comments and docstrings.Rodolfo Carvalho2014-03-031-4/+4
* Fixed E124 pep8 warnings.Loic Bistuer2013-12-101-50/+64
* flake8 fixesAlex Gaynor2013-11-071-24/+24
* Massive migration optimiser improvements + RenameModel opnAndrew Godwin2013-11-061-10/+207
* Fixed all E226 violationsAlex Gaynor2013-11-031-3/+3
* More attacking E302 violatorsAlex Gaynor2013-11-021-0/+1
* Improve migration optimizer to be able to optimize throug...Andrew Godwin2013-10-161-5/+20
* Initial version of MigrationOptimizer and testsAndrew Godwin2013-10-021-0/+104