1
0
mirror of https://github.com/django/django.git synced 2024-12-29 04:26:28 +00:00
django/tests/postgres_tests
Mads Jensen 85ac838d9e Fixed #21039 -- Added AddIndexConcurrently/RemoveIndexConcurrently operations for PostgreSQL.
Thanks to Simon Charettes for review.

Co-Authored-By: Daniel Tao <daniel.tao@gmail.com>
2019-08-21 13:10:06 +02:00
..
array_default_migrations
array_index_migrations
migrations Fixed #29824 -- Added support for database exclusion constraints on PostgreSQL. 2019-07-16 18:04:41 +02:00
__init__.py
fields.py
integration_settings.py
models.py Fixed #29824 -- Added support for database exclusion constraints on PostgreSQL. 2019-07-16 18:04:41 +02:00
test_aggregates.py
test_apps.py
test_array.py Added tests for using ArrayField's IndexTransform/SliceTransform on expressions with params. 2019-08-05 14:16:25 +02:00
test_bulk_update.py
test_citext.py
test_constraints.py Fixed #29824 -- Added support for database exclusion constraints on PostgreSQL. 2019-07-16 18:04:41 +02:00
test_functions.py
test_hstore.py Fixed #30672 -- Fixed crash of JSONField/HStoreField key transforms on expressions with params. 2019-08-14 15:25:35 +02:00
test_indexes.py
test_integration.py
test_introspection.py
test_json.py Fixed #30672 -- Fixed crash of JSONField/HStoreField key transforms on expressions with params. 2019-08-14 15:25:35 +02:00
test_operations.py Fixed #21039 -- Added AddIndexConcurrently/RemoveIndexConcurrently operations for PostgreSQL. 2019-08-21 13:10:06 +02:00
test_ranges.py
test_search.py
test_signals.py
test_trigram.py
test_unaccent.py