Markus Holtermann
|
1f03d2d924
|
Refs #23822 -- Made MigrationOptimizer aware of model managers
|
2015-01-07 17:33:04 -05:00 |
Markus Holtermann
|
12bf42ae0d
|
Refs #22608 -- Optimized migration optimizer
Moved list constants instantiation into optimizer's __init__.
|
2015-01-07 08:54:46 -05:00 |
Ulrich Petri
|
391bb09bb0
|
Refs #22608 -- Optimized migration optimizer and migrate by caching calls to str.lower()
|
2015-01-07 08:54:46 -05:00 |
Berker Peksag
|
c9178ef17a
|
Limited lines to 119 characters in django/{contrib,db}.
Refs #23395.
|
2014-10-29 07:59:35 -04:00 |
Andrew Godwin
|
b30d32ff24
|
Fixed #22875: Optimizer did not take through= into account.
|
2014-06-22 11:23:45 -07:00 |
Andrew Godwin
|
6e3ac5f474
|
Fixed #22847: Optimizer wasn't expecting unresolved FKs
|
2014-06-16 10:28:31 -07:00 |
Alex Gaynor
|
d17a4cb037
|
Fixed several flake8 errors
|
2014-06-15 20:45:15 -04:00 |
Andrew Godwin
|
c1276785f9
|
Fixed #22568: Better proxy model support in migrations
|
2014-06-15 16:01:49 -07:00 |
Tim Graham
|
b5a54168f9
|
Fixed flake8 errors.
|
2014-06-06 08:29:27 -04:00 |
Andrew Godwin
|
aa12ea05ce
|
Rewrote migration autodetector to involve actual computer science.
Fixes #22605, #22735; also lays the ground for some other fixes.
|
2014-06-05 23:25:35 -07:00 |
Claude Paroz
|
12474dacef
|
Added a bunch of missing unicode_literals
Refs #22564.
|
2014-05-06 09:13:07 +02:00 |
Rodolfo Carvalho
|
0d91225892
|
Fixed many typos in comments and docstrings.
Thanks Piotr Kasprzyk for help with the patch.
|
2014-03-03 07:38:09 -05:00 |
Loic Bistuer
|
a2814846ca
|
Fixed E124 pep8 warnings.
|
2013-12-10 15:12:48 -05:00 |
Alex Gaynor
|
e5b7045422
|
flake8 fixes
|
2013-11-06 20:00:48 -08:00 |
Andrew Godwin
|
106b019dc9
|
Massive migration optimiser improvements + RenameModel opn
|
2013-11-06 13:47:58 +00:00 |
Alex Gaynor
|
c347f78cc1
|
Fixed all E226 violations
|
2013-11-03 10:08:55 -08:00 |
Alex Gaynor
|
7548aa8ffd
|
More attacking E302 violators
|
2013-11-02 13:12:09 -07:00 |
Andrew Godwin
|
42f8666f6a
|
Improve migration optimizer to be able to optimize through other ops
|
2013-10-16 11:09:33 +01:00 |
Andrew Godwin
|
a80d9ab0fe
|
Initial version of MigrationOptimizer and tests
|
2013-10-02 17:34:22 +01:00 |