Akshesh
|
6e07ec3f65
|
Fixed #27030 -- Added contrib.postgres.indexes.GinIndex.
|
2016-08-12 18:37:03 -04:00 |
Jon Dufresne
|
3f76d1402d
|
Refs #26889 -- Refactored SchemaEditor to allow backend specific indexes.
|
2016-07-15 10:34:37 -04:00 |
Jon Dufresne
|
2e4cfcd2b9
|
Fixed #26889 -- Fixed missing PostgreSQL index in SchemaEditor.add_field().
|
2016-07-13 14:33:54 -07:00 |
Jon Dufresne
|
9356f63a99
|
Fixed #25317, #26090 -- Fixed swapping combinations of unique and db_index during migrations.
|
2016-07-07 20:29:08 -04:00 |
Tim Graham
|
56aaae58a7
|
Fixed #26034 -- Fixed incorrect index handling on PostgreSQL on Char/TextField with unique=True and db_index=True.
Thanks Simon Charette for review.
|
2016-01-08 12:47:05 -05:00 |
Alexander Sosnovskiy
|
2a7ce34600
|
Fixed #14286 -- Added models.BigAutoField.
|
2015-12-25 20:01:31 -05:00 |
Federico Frenguelli
|
3a36c80795
|
Fixed #25412 -- Fixed missing PostgreSQL index on Char/TextField when using AlterField.
Thanks to Emanuele Palazzetti for the help.
|
2015-12-10 16:12:51 -05:00 |
Caio Ariede
|
dad8434d6f
|
Fixed #25180 -- Prevented varchar_patterns_ops and text_patterns_ops indexes for ArrayField.
|
2015-08-15 10:02:08 -04:00 |
Caio Ariede
|
ec9004728e
|
Fixed #25175 -- Renamed the postgresql_psycopg2 database backend to postgresql.
|
2015-08-07 09:33:17 -04:00 |