summaryrefslogtreecommitdiff
path: root/django/db/migrations/optimizer.py
AgeCommit message (Expand)Author
2014-06-22[1.7.x] Fixed #22875: Optimizer did not take through= into account.Andrew Godwin
2014-06-16[1.7.x] Fixed #22847: Optimizer wasn't expecting unresolved FKsAndrew Godwin
2014-06-15[1.7.x] Fixed several flake8 errorsAlex Gaynor
2014-06-15[1.7.x] Fixed #22568: Better proxy model support in migrationsAndrew Godwin
2014-06-06[1.7.x] Fixed flake8 errors.Tim Graham
2014-06-05[1.7.x] Rewrote migration autodetector to involve actual computer science.Andrew Godwin
2014-05-06[1.7.x] Added a bunch of missing unicode_literalsClaude Paroz
2014-03-03Fixed many typos in comments and docstrings.Rodolfo Carvalho
2013-12-10Fixed E124 pep8 warnings.Loic Bistuer
2013-11-06flake8 fixesAlex Gaynor
2013-11-06Massive migration optimiser improvements + RenameModel opnAndrew Godwin
2013-11-03Fixed all E226 violationsAlex Gaynor
2013-11-02More attacking E302 violatorsAlex Gaynor
2013-10-16Improve migration optimizer to be able to optimize through other opsAndrew Godwin
2013-10-02Initial version of MigrationOptimizer and testsAndrew Godwin