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
/
django
/
db
/
migrations
/
optimizer.py
Age
Commit 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 FKs
Andrew Godwin
2014-06-15
[1.7.x] Fixed several flake8 errors
Alex Gaynor
2014-06-15
[1.7.x] Fixed #22568: Better proxy model support in migrations
Andrew 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_literals
Claude Paroz
2014-03-03
Fixed many typos in comments and docstrings.
Rodolfo Carvalho
2013-12-10
Fixed E124 pep8 warnings.
Loic Bistuer
2013-11-06
flake8 fixes
Alex Gaynor
2013-11-06
Massive migration optimiser improvements + RenameModel opn
Andrew Godwin
2013-11-03
Fixed all E226 violations
Alex Gaynor
2013-11-02
More attacking E302 violators
Alex Gaynor
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