index
:
chango.git
devmain
fix-31295
initial-branch
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
migrations
/
test_optimizer.py
Age
Commit message (
Expand
)
Author
2015-09-12
Fixed #23395 -- Limited line lengths to 119 characters.
Dražen Odobašić
2015-07-27
Fixed #21127 -- Started deprecation toward requiring on_delete for ForeignKey...
Flavio Curella
2015-06-16
Fixed #24828 -- Allowed migration optimization across AlterFooTogether
Markus Holtermann
2015-06-14
Optimized duplicate AlterModelTable/AlterFooTogether/AlterOWRT
Markus Holtermann
2015-06-14
Took AlterOrderWithRespectTo into account when optimizing migrations
Markus Holtermann
2015-05-20
Refs #24652 -- Used SimpleTestCase where appropriate.
Simon Charette
2015-02-06
Sorted imports with isort; refs #23860.
Tim Graham
2015-01-07
Refs #23822 -- Made MigrationOptimizer aware of model managers
Markus Holtermann
2014-11-20
Fixed #23844 -- Used topological sort for migration operation dependency reso...
Patryk Zawadzki
2014-06-22
Fixed #22875: Optimizer did not take through= into account.
Andrew Godwin
2014-05-15
Harmonized some PEP 0263 coding preambles
Claude Paroz
2013-11-06
flake8 fixes
Alex Gaynor
2013-11-06
Massive migration optimiser improvements + RenameModel opn
Andrew Godwin
2013-11-03
Fixed all E251 violations
Alex Gaynor
2013-11-02
Fixed #21302 -- Fixed unused imports and import *.
Tim Graham
2013-10-16
Improve migration optimizer to be able to optimize through other ops
Andrew Godwin
2013-10-02
Initial version of MigrationOptimizer and tests
Andrew Godwin