Caio Ariede
|
bcb4fe0012
|
Refs #25175 -- Added backwards compatibility for importing postgresql_psycopg2 backend.
|
2015-08-07 09:34:18 -04:00 |
Caio Ariede
|
ec9004728e
|
Fixed #25175 -- Renamed the postgresql_psycopg2 database backend to postgresql.
|
2015-08-07 09:33:17 -04:00 |
Simon Charette
|
73040e584a
|
Fixed #25002 -- Used PostgreSQL column type alteration USING clause.
Thanks to Dirk Uys for the report.
|
2015-06-22 09:35:35 -04:00 |
Tim Graham
|
5ab8680983
|
Fixed #24892 -- Fixed quoting of SQL when renaming a field to AutoField in PostgreSQL
|
2015-06-02 09:13:55 -04:00 |
Claude Paroz
|
02260ea3f6
|
Fixed #24595 -- Prevented loss of null info in MySQL field alteration
Thanks Simon Percivall for the report, and Simon Charette and Tim
Graham for the reviews.
|
2015-04-17 10:25:15 +02:00 |
Tim Graham
|
0ed7d15563
|
Sorted imports with isort; refs #23860.
|
2015-02-06 08:16:28 -05:00 |
Tim Graham
|
28308078f3
|
Fixed #22603 -- Reorganized classes in django.db.backends.
|
2015-01-14 14:16:20 -05:00 |
Claude Paroz
|
8d7a48027e
|
Fixed #23954 -- Added special text/varchar PostgreSQL indexes in migrations
Thanks adityagupta104 for the report and Tim Graham for the review.
|
2014-12-04 21:27:42 +01:00 |
Andrew Godwin
|
42607a9e33
|
Fixed #21844: Move quote_parameter off of Operations and rename
|
2014-02-09 12:42:26 +00:00 |
Andrew Godwin
|
5db028affb
|
Fix altering of SERIAL columns and InnoDB being picky about FK changes
|
2013-12-11 14:19:05 +00:00 |
Andrew Godwin
|
8ba5bf3198
|
Very start of schema alteration port. Create/delete model and some tests.
|
2012-06-18 17:34:36 +01:00 |