Andrew Godwin
|
02860e779c
|
[1.7.x] Fixed #22847: Optimizer wasn't expecting unresolved FKs
|
2014-06-16 10:29:00 -07:00 |
Alex Gaynor
|
39e2ad4532
|
[1.7.x] Fixed several flake8 errors
Backport of d17a4cb037 from master
|
2014-06-15 21:07:28 -04:00 |
Andrew Godwin
|
a81282a512
|
[1.7.x] Fixed #22568: Better proxy model support in migrations
|
2014-06-15 16:02:24 -07:00 |
Tim Graham
|
c81847181c
|
[1.7.x] Fixed flake8 errors.
Backport of b5a54168f9 from master
|
2014-06-06 08:29:56 -04:00 |
Andrew Godwin
|
31fc34e447
|
[1.7.x] Rewrote migration autodetector to involve actual computer science.
Fixes #22605, #22735; also lays the ground for some other fixes.
Conflicts:
django/db/migrations/autodetector.py
|
2014-06-05 23:27:21 -07:00 |
Claude Paroz
|
e8f1395f4e
|
[1.7.x] Added a bunch of missing unicode_literals
Refs #22564.
Backport of 12474dace from master.
|
2014-05-06 09:14:03 +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 |