django/tests/postgres_tests
Tim Graham f7b0532ec0 Refs #28334 -- Fixed crash in hstore/citext oid caching during test db creation. 2017-09-19 07:04:31 -04:00
..
array_default_migrations
array_index_migrations
migrations Fixed #28126 -- Added GistIndex to contrib.postgres. 2017-09-04 21:08:02 -04:00
__init__.py
fields.py
models.py Fixed #28370 -- Deprecated the context arg of Field.from_db_value() and Expression.convert_value(). 2017-07-20 16:30:08 -04:00
test_aggregates.py Reverted "Fixed #27818 -- Replaced try/except/pass with contextlib.suppress()." 2017-09-07 08:16:21 -04:00
test_array.py Reverted "Fixed #27818 -- Replaced try/except/pass with contextlib.suppress()." 2017-09-07 08:16:21 -04:00
test_citext.py Fixed #28161 -- Fixed return type of ArrayField(CITextField()). 2017-05-04 00:02:14 -04:00
test_functions.py
test_hstore.py Reverted "Fixed #27818 -- Replaced try/except/pass with contextlib.suppress()." 2017-09-07 08:16:21 -04:00
test_indexes.py Fixed #28126 -- Added GistIndex to contrib.postgres. 2017-09-04 21:08:02 -04:00
test_introspection.py Added test skipping for a PostgreSQL JSONField test. 2017-09-18 09:19:26 -04:00
test_json.py Reverted "Fixed #27818 -- Replaced try/except/pass with contextlib.suppress()." 2017-09-07 08:16:21 -04:00
test_ranges.py Reverted "Fixed #27818 -- Replaced try/except/pass with contextlib.suppress()." 2017-09-07 08:16:21 -04:00
test_search.py
test_signals.py Refs #28334 -- Fixed crash in hstore/citext oid caching during test db creation. 2017-09-19 07:04:31 -04:00
test_trigram.py
test_unaccent.py