Simon Charette
|
cbb29af1aa
|
Fixed #23160 -- Correctly rename models with self referential fields.
Thanks to whitews AT gmail for the report.
|
2014-08-03 15:27:01 -04:00 |
Andrew Godwin
|
d6e73a876d
|
Fixed #23121: AlterModelOptions operation not changing state right
|
2014-07-28 10:47:28 -07:00 |
Tim Graham
|
0154965392
|
Fixed #23013 -- Fixed removing unique_together/index_together constraints in migrations.
Thanks melinath for the report.
|
2014-07-15 15:20:59 -04:00 |
Tim Graham
|
70576740b0
|
Fixed #22917 -- Fixed typo in AlterIndexTogether.describe().
|
2014-06-27 10:34:48 -04:00 |
Tim Graham
|
e0cd07ec2f
|
Fixed #22903 -- Fixed migration generation if index_together or unique_together is removed from a model.
|
2014-06-25 10:02:12 -04:00 |
Andrew Godwin
|
8d2ac948a9
|
Fixed #22853: Swapped models are now ignored for migration operations.
|
2014-06-17 17:45:38 -07:00 |
Andrew Godwin
|
c1276785f9
|
Fixed #22568: Better proxy model support in migrations
|
2014-06-15 16:01:49 -07:00 |
Andrew Godwin
|
a8ce5fdc28
|
Fixed #22470: Full migration support for order_with_respect_to
|
2014-06-15 14:56:51 -07:00 |
Andrew Godwin
|
a58f49d104
|
Persist non-schema-relevant Meta changes in migrations
|
2014-06-15 12:34:02 -07:00 |
Andrew Godwin
|
4ce7a6bc84
|
Fixed #22750, #22248: Model renaming now also alters field FKs
|
2014-06-07 18:18:02 -07:00 |
Andrew Godwin
|
1fe941adb0
|
Prevent operation pollution by later operations of fields
|
2014-06-05 23:34:13 -07:00 |
Claude Paroz
|
12474dacef
|
Added a bunch of missing unicode_literals
Refs #22564.
|
2014-05-06 09:13:07 +02:00 |
Andrew Godwin
|
831ce69cbb
|
Mark model renaming as irreversible for now (#22248)
|
2014-03-19 21:25:26 -07:00 |
Anubhav Joshi
|
bb2ca9fe6c
|
Fixed #22172 -- Allowed index_together to be a single list (rather than list of lists)..
Thanks EmilStenstrom for the suggestion.
|
2014-03-01 15:44:42 -05:00 |
Loic Bistuer
|
374faa4721
|
Fixed #21323 -- Improved readability of serialized Operation.
|
2014-01-20 00:16:07 +07:00 |
Aymeric Augustin
|
1716b7ce5a
|
Renamed AppCache to Apps.
Also renamed app_cache to apps and "app cache" to "app registry".
Deprecated AppCache.app_cache_ready() in favor of Apps.ready().
|
2013-12-24 12:25:17 +01:00 |
Andrew Godwin
|
106b019dc9
|
Massive migration optimiser improvements + RenameModel opn
|
2013-11-06 13:47:58 +00:00 |
Andrew Godwin
|
42f8666f6a
|
Improve migration optimizer to be able to optimize through other ops
|
2013-10-16 11:09:33 +01:00 |
Javed Khan
|
4dbd95ad65
|
Fixed #21236 -- Allowed migrations to work with unique_together tuples.
Thanks hjwp for the report.
|
2013-10-07 09:39:14 -04:00 |
Andrew Godwin
|
a80d9ab0fe
|
Initial version of MigrationOptimizer and tests
|
2013-10-02 17:34:22 +01:00 |
Andrew Godwin
|
fddc5957c5
|
Implement allow_migrate for migration operations
|
2013-07-30 12:34:31 +01:00 |
Andrew Godwin
|
a758c9c186
|
Add test for creating M2Ms
|
2013-07-25 16:36:58 +01:00 |
Andrew Godwin
|
61ff46cf8b
|
Add AlterIndexTogether operation
|
2013-07-02 18:02:01 +01:00 |
Andrew Godwin
|
67dcea711e
|
Add unique_together altering operation
|
2013-07-02 11:19:02 +01:00 |
Andrew Godwin
|
6f667999e1
|
Add operation that renames tables
|
2013-06-20 14:54:11 +01:00 |
Andrew Godwin
|
f25a385a5e
|
Makemigration command now works
|
2013-06-19 16:23:52 +01:00 |
Andrew Godwin
|
d0ecefc2c9
|
Start adding operations that work and tests for them
|
2013-05-29 17:47:10 +01:00 |
Andrew Godwin
|
76d93a52cd
|
Make a start on operations and state (not sure if final layout)
|
2013-05-10 17:07:13 +01:00 |