Andrew Godwin
|
b6784bee66
|
Use create_index_name for FK names
|
2012-09-24 13:40:56 +01:00 |
Andrew Godwin
|
0bcfc068b0
|
Add second shortener to create_index_name for very long columns
|
2012-09-24 13:23:25 +01:00 |
Andrew Godwin
|
d146b250ae
|
Remove one of the last traces of South
|
2012-09-24 13:18:14 +01:00 |
Andrew Godwin
|
3a338d00ec
|
Add comment to usage of m2m_reverse_field_name
|
2012-09-24 13:17:38 +01:00 |
Andrew Godwin
|
49dc1e7d28
|
Fix altering of indexes alongside uniques
|
2012-09-24 13:15:08 +01:00 |
Andrew Godwin
|
0354cecbfd
|
Fix nullability changing code
|
2012-09-24 12:56:17 +01:00 |
Andrew Godwin
|
e3c9742cd4
|
Fix error message for unique constraints
|
2012-09-24 12:51:50 +01:00 |
Andrew Godwin
|
1a6d07783d
|
Do cheaper check for column having a type.
|
2012-09-24 12:19:32 +01:00 |
Andrew Godwin
|
f0e09e27f6
|
Fix non-executed SQL
|
2012-09-24 12:16:16 +01:00 |
Andrew Godwin
|
45e5eedea9
|
Remove special-casing for proxy/unmanaged models
|
2012-09-22 01:17:08 +01:00 |
Andrew Godwin
|
ae6ffd2e7e
|
Stylistic fixes: triple-quoted docstrings, more comments
|
2012-09-18 10:37:30 +01:00 |
Andrew Godwin
|
ca9c3cd39f
|
Add check constraint support - needed a few Field changes
|
2012-09-07 15:40:59 -04:00 |
Andrew Godwin
|
375178fc19
|
Add M2M repointing
|
2012-09-07 14:39:22 -04:00 |
Andrew Godwin
|
a92bae0f06
|
Repoint ForeignKeys when their to= changes.
|
2012-09-07 13:31:05 -04:00 |
Andrew Godwin
|
d683263f97
|
Added SQLite backend which passes all current tests
|
2012-09-07 12:51:11 -04:00 |
Andrew Godwin
|
cd583d6dbd
|
Implement primary key changing
|
2012-09-04 12:53:31 -04:00 |
Andrew Godwin
|
d865503389
|
db_index alteration mostly working
|
2012-08-30 23:11:56 +01:00 |
Andrew Godwin
|
f7955c703d
|
All tests passing on MySQL
|
2012-08-18 13:48:54 +01:00 |
Andrew Godwin
|
60873ea2ad
|
Add db_table and db_tablespace handling
|
2012-08-10 15:03:18 +01:00 |
Andrew Godwin
|
c4b2a3262c
|
Add support for unique_together
|
2012-08-10 12:38:18 +01:00 |
Andrew Godwin
|
b139315f1c
|
Add M2M tests and some unique support
|
2012-08-02 15:08:39 +01:00 |
Andrew Godwin
|
959a3f9791
|
Add some field schema alteration methods and tests.
|
2012-06-19 13:25:22 +01:00 |
Andrew Godwin
|
8ba5bf3198
|
Very start of schema alteration port. Create/delete model and some tests.
|
2012-06-18 17:34:36 +01:00 |