Lee Sanghyuck
6e5e2b0e28
[1.7.x] Fixed #23316 -- Added datetime.time serialization in migrations.
...
Backport of 11d9cbe2f4
from master
2014-08-19 13:32:05 -04:00
Andrew Godwin
b5784048e0
[1.7.x] Fixed #23288 : deconstruct() ignoring related_name
2014-08-14 19:47:34 -07:00
Andrew Godwin
72fdd62e93
[1.7.x] Fixed #23275 : Unmanaged models kept by autodetector, ignored by ops
2014-08-12 12:51:11 -07:00
Rajiv Makhijani
4ce5ced230
[1.7.x] Fixed #23259 -- Corrected insertion order of extra() select_params
...
A regression caused queries to produce incorrect results for cases where
extra(select) is excluded by values() but included by extra(order_by)
The regression was caused by 2f35c6f10f
.
Backport of f0b358880a
from master
2014-08-11 09:35:37 +03:00
Florian Apolloner
cdc42ac0d6
[1.7.x] Made sqlite's remove_field behave like the base backend.
...
Backport of 61d783f3d7
from master.
2014-08-10 13:32:16 +02:00
Andrew Godwin
ee74f9fe3b
[1.7.x] Fixed #23264 : Schema backends honour db_constraint
2014-08-09 17:51:06 +10:00
Andrew Godwin
267630ad50
[1.7.x] Don't treat .pyc/pyo files as migrations. Refs #23237 among others.
2014-08-08 09:57:49 +10:00
Tim Graham
4c56b6f820
[1.7.x] Fixed flake8 warning.
...
Backport of f9f9f3ad60
from master
2014-08-07 10:12:09 -04:00
Andrew Godwin
a7336cdcbe
[1.7.x] Use smart_text rather than naive forcing-to-unicode for state reading
2014-08-07 22:34:53 +10:00
Andrew Godwin
bbcd86e264
[1.7.x] Fixed #23226 : Model options appearing as bytes type in migrations
2014-08-07 12:14:42 +10:00
Andrew Godwin
91195c77d0
[1.7.x] Moved index dropping after FK dropping to please MySQL and fix test
2014-08-07 12:00:13 +10:00
Andrew Godwin
0e69af51b1
[1.7.x] Fixed #23244 : Error altering FK to non-FK in migrations
2014-08-07 11:52:49 +10:00
Shai Berger
f3c0cb0120
[1.7.x] Fixed #23061 : Avoided setting a limit on a query for get with select_for_update on Oracle
...
Thanks Michael Miller for reporting the issue.
Backport of 746f2a4bed
from master
2014-08-05 03:21:25 +03:00
Andrew Godwin
a918c60c37
[1.7.x] Fixed #23091 : CreateModel and AddField were clashing with deferred SQL
2014-08-04 11:59:48 +10:00
Simon Charette
6b2473d3e8
[1.7.x] Fixed #23160 -- Correctly rename models with self referential fields.
...
Thanks to whitews AT gmail for the report.
Backport of cbb29af1aa
from master
2014-08-03 17:02:41 -04:00
Baptiste Mispelon
23b0d636d3
[1.7.x] Fixed #23156 -- Added missing BinaryField.deconstruct() method.
...
Backport of 72f1eb48df
from master.
2014-08-03 15:28:14 +02:00
Baptiste Mispelon
0b1d0afc92
[1.7.x] Added missing logic to TimeField.deconstruct().
...
If auto_now or auto_now_add was used then the serialized
field in the migration contained unnecessary `editable` and
`blank` arguments.
Backport of 7432533932
from master.
2014-08-03 15:27:57 +02:00
Baptiste Mispelon
2c5eee9f88
[1.7.x] Removed unnecessary code in ManyToManyField.deconstruct()
...
Backport of 44169a00c1
from master.
2014-08-03 15:27:26 +02:00
Tim Graham
063e7e56bc
[1.7.x] Fixed flake8 warnings.
...
Backport of 9a922dcad1
from master
2014-07-31 09:25:23 -04:00
areski
e22ad1c325
[1.7.x] Fixed #23112 -- Field.get_choices tries to index an iterable
...
Backport of 97a38de230
from master.
2014-07-30 21:36:01 +02:00
Andrew Godwin
8e7fdfdb6f
[1.7.x] Fixed #23092 : Squashing handles external dependencies
2014-07-29 10:22:30 -07:00
Andrew Godwin
0a4fbf4e13
[1.7.x] Fixed #23101 : Prefer doing deletes before creates in autodetector.
...
Makes declined or missed renames still work (but drop data).
2014-07-29 09:39:01 -07:00
Andrew Godwin
9abc36b626
[1.7.x] Fix soft_applied in a way that doesn't break tests
2014-07-29 09:24:22 -07:00
Andrew Godwin
053af1422a
[1.7.x] Make detect_soft_applied exit correctly on non-create migrations
2014-07-29 09:19:48 -07:00
Andrew Godwin
394053ce60
[1.7.x] Fixed #23121 : AlterModelOptions operation not changing state right
2014-07-28 10:47:55 -07:00
Andrew Godwin
d84b881600
[1.7.x] Fixed #23100 : Individual FK creation missing dependencies
2014-07-28 10:33:28 -07:00
Florian Apolloner
99c2c917c3
[1.7.x] Fixed #23098 -- Checked that lazy choices are not evaluated too soon
...
Thanks Matthieu Agopian for the report.
Backport of 2f73b527dd
from master.
2014-07-27 13:32:07 +02:00
Abraham Martin
999758fc7a
Fixed #23101 db_table wasn't copied in deconstruct
2014-07-26 18:48:36 +02:00
Andrew Godwin
7e708a2536
[1.7.x] Fixed #22944 : Bad dependency on FK alteration in autodetector
2014-07-26 09:22:31 -07:00
Federico Frenguelli
bc3d401b9f
[1.7.x] Fixed #22887 -- Added comment for translators on unique_for_date error message
...
Backport of 6eed751162
from master.
2014-07-26 13:56:58 +02:00
Andrew Godwin
3268711417
[1.7.x] Fixed #23085 : Better error message for PostGIS 1.5/bad custom fields
2014-07-25 09:50:17 -07:00
Andrew Godwin
e01c565b47
[1.7.x] Restore support for reading __latest__ for compatability
2014-07-25 09:44:15 -07:00
Andrew Godwin
919d10e619
[1.7.x] Fixed #23093 : soft application detection for swapped models
2014-07-25 09:35:53 -07:00
Jeroen Dekkers
6e7e5bacd5
[1.7.x] Fixed #23071 -- Use last migration's name in dependency to other app
...
Changed the autodetector to lookup the name of the other app's last
migration in the graph and use that as dependency instead of using
__latest__.
2014-07-25 08:54:54 -07:00
Tim Graham
b918bc921c
[1.7.x] Fixed #23014 -- Infinite migration regression with unique/index_together.
...
Backport of 64e75c47ef
from master
2014-07-24 14:30:16 -04:00
Claude Paroz
ddb5674945
[1.7.x] Fixed #23030 -- Properly handled geometry columns metadata during migrations
...
Thanks kunitoki for the report and initial patches.
Backport of 8c30df15f1
from master.
2014-07-23 12:16:11 +02:00
Andrew Godwin
e2220c1c08
[1.7.x] Fixed #23014 : Renaming not atomic with unique together
2014-07-21 11:37:10 +01:00
Andrew Godwin
88135a8cf7
[1.7.x] Fixed #23009 : Shorten FK identifiers in add_field and make consistent
2014-07-21 10:50:58 +01:00
Andrew Godwin
f57e84392e
[1.7.x] Fixed #22975 : Don't call rename SQL if not needed
2014-07-21 10:14:34 +01:00
Andrew Godwin
ff8d715a0a
[1.7.x] Fixed #23039 : Don't try to serialize unmanaged models in tests
2014-07-21 10:09:58 +01:00
Andrew Godwin
2fb1939a9e
[1.7.x] Fixed #23043 : alter_field drops defaults too
2014-07-21 10:04:53 +01:00
Andrew Godwin
de709001c4
[1.7.x] Fixed #23041 : Bad base dependencies for proxy models
2014-07-16 09:59:37 -07:00
Gavin Wahl
72419ca8da
[1.7.x] Fixed #22998 -- Updated the fast_delete logic for GFKs
...
Backport of 6e2b82fdf6
from master
2014-07-16 12:43:14 +03:00
Tim Graham
01515ebaa4
[1.7.x] Fixed #23013 -- Fixed removing unique_together/index_together constraints in migrations.
...
Thanks melinath for the report.
Backport of 0154965392
from master
2014-07-15 15:21:44 -04:00
Tim Graham
fe5f29eb1d
[1.7.x] Fixed #23008 -- Fixed typo causing bad migration dependencies.
...
Thanks semenov for the report and Florian for investigation.
Backport of 9a2ab62977
from master
2014-07-15 08:51:16 -04:00
Anssi Kääriäinen
572885729e
[1.7.x] Fixed #22994 -- regression with generic FK + admin list_view
...
The reason for the regression was that the GenericForeignKey field isn't
something meta.get_field_by_name() should return. The reason is that a
couple of places in Django expects get_field_by_name() to work this way.
It could make sense to return GFKs from get_field_by_name(), but that
should likely be done as part of meta refactoring or virtual fields
refactoring patches.
Thanks to glicerinu@gmail.com for the report and to Tim for working on
the issue.
2014-07-14 12:51:24 -04:00
Andrew Godwin
563046a7de
[1.7.x] Fixed #22983 : Alert when squashing RunPython operations with referred functions.
2014-07-11 19:01:47 -07:00
Andrew Godwin
23ff98888e
[1.7.x] Fixed #22922 : Better error message for InvalidBasesError.
2014-07-09 23:58:22 -07:00
Andrew Godwin
aba75e73db
[1.7.x] Fixed #22970 : Incorrect dependencies for existing migrated apps
2014-07-09 23:53:53 -07:00
Loic Bistuer
a1ddfe4401
[1.7.x] Fixed #22906 -- Added a more helpful repr to migrations' ModelState.
...
Thanks Collin Anderson for the report and original patch.
Backport of 2572c07cc6
from master
2014-07-06 15:00:03 +07:00