Mads Jensen
|
f0a68c2511
|
Fixed #28702 -- Made query lookups for CIText fields use citext.
|
2017-11-29 10:35:37 -05:00 |
Mariusz Felisiak
|
3189a93ceb
|
Refs #23766 -- Added tests for CursorWrapper.callproc().
Thanks Tim Graham for the review.
|
2017-08-08 22:13:02 +02:00 |
Simon Charette
|
ea91ad4c13
|
Refs #25530 -- Changed _create_index_name to take a table as first parameter.
|
2017-06-20 22:59:22 -04:00 |
Florian Apolloner
|
823d73be3e
|
Fixed #28275 -- Added more hooks to SchemaEditor._alter_field().
|
2017-06-06 11:08:40 -04:00 |
Mariusz Felisiak
|
91b2bc3e70
|
Fixed #27860 -- Dropped varchar_pattern_ops/text_pattern_ops index before altering char/text field in PostgreSQL.
Thanks Tim Graham for the review.
|
2017-05-24 07:25:59 +02:00 |
Mariusz Felisiak
|
6b47431aaf
|
Refs #27860 -- Simplified deleting indexes on PostgreSQL using "IF EXISTS".
|
2017-03-03 10:50:34 -05:00 |
Anton Samarchyan
|
60e52a047e
|
Refs #27656 -- Updated django.db docstring verbs according to PEP 257.
|
2017-02-28 09:17:27 -05:00 |
chillaranand
|
d6eaf7c018
|
Refs #23919 -- Replaced super(ClassName, self) with super().
|
2017-01-25 12:23:46 -05:00 |
Simon Charette
|
cd7efa2033
|
Fixed #25492 -- Checked deferred foreign key constraints before dropping them.
This allows running foreign key data and schema altering operations in the
same migration on PostgreSQL.
Thanks Tim for review.
|
2016-12-24 13:53:11 -05:00 |
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 |