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
2022-02-07
Refs #33476 -- Reformatted code with Black.
django-bot
2020-04-09
Refs #22608 -- Made app_label required when optimizing migrations.
Simon Charette
2020-03-02
Refs #26064 -- Avoided unnecessary list slicing in migration optimizer.
Simon Charette
2018-07-11
Removed in_between from Operation.reduce()'s signature.
Simon Charette
2018-07-11
Fixed #27845 -- Allowed both right and left optimizations of operations.
Simon Charette
2018-07-11
Refs #27768 -- Reversed order of optimized and in-between operations.
Simon Charette
2017-02-28
Refs #27656 -- Updated django.db docstring verbs according to PEP 257.
Anton Samarchyan
2017-01-19
Refs #23919 -- Stopped inheriting from object to define new style classes.
Simon Charette
2017-01-18
Refs #23919 -- Removed encoding preambles and future imports
Claude Paroz
2016-01-23
Fixed #26064 -- Moved operation reduction logic to their own class.
Simon Charette
2015-06-16
Sorted reduce methods in migration optimizer
Markus Holtermann
2015-06-16
Fixed #24828 -- Allowed migration optimization across AlterFooTogether
Markus Holtermann
2015-06-14
Changed reduce method lookup in migration optimizer to dict
Markus Holtermann
2015-06-14
Explicitly imported migration operations in optimizer
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-03-25
Renamed Field.rel attribute to remote_field
Anssi Kääriäinen
2015-01-20
Fixed typos in code comments.
Adam Taylor
2015-01-07
Refs #23822 -- Made MigrationOptimizer aware of model managers
Markus Holtermann
2015-01-07
Refs #22608 -- Optimized migration optimizer
Markus Holtermann
2015-01-07
Refs #22608 -- Optimized migration optimizer and migrate by caching calls to ...
Ulrich Petri
2014-10-29
Limited lines to 119 characters in django/{contrib,db}.
Berker Peksag
2014-06-22
Fixed #22875: Optimizer did not take through= into account.
Andrew Godwin
2014-06-16
Fixed #22847: Optimizer wasn't expecting unresolved FKs
Andrew Godwin
2014-06-15
Fixed several flake8 errors
Alex Gaynor
2014-06-15
Fixed #22568: Better proxy model support in migrations
Andrew Godwin
2014-06-06
Fixed flake8 errors.
Tim Graham
2014-06-05
Rewrote migration autodetector to involve actual computer science.
Andrew Godwin
2014-05-06
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