1
0
mirror of https://github.com/django/django.git synced 2024-11-20 08:24:58 +00:00
django/tests/postgres_tests
Nick Pope fa54ebc722 Simplified tests for PostgreSQL indexes.
- Added mixin to make tests more DRY.
- Removed redundant equality tests.
2018-08-02 10:07:10 -04:00
..
array_default_migrations
array_index_migrations
migrations Fixed #28291, #24726 -- Fixed ArrayField with JSONField and RangeFields. 2018-07-27 11:35:54 -04:00
__init__.py
fields.py
models.py Fixed #28291, #24726 -- Fixed ArrayField with JSONField and RangeFields. 2018-07-27 11:35:54 -04:00
test_aggregates.py Fixed #26067 -- Added ordering support to ArrayAgg and StringAgg. 2018-06-28 20:29:33 -04:00
test_array.py Fixed #28291, #24726 -- Fixed ArrayField with JSONField and RangeFields. 2018-07-27 11:35:54 -04:00
test_citext.py
test_functions.py
test_hstore.py Refs #28577 -- Added check for HStoreField to prevent mutable default. 2018-04-03 11:12:56 -04:00
test_indexes.py Simplified tests for PostgreSQL indexes. 2018-08-02 10:07:10 -04:00
test_introspection.py Fixed #29307 -- Fixed inspectdb import paths for django.contrib.postgres fields. 2018-04-10 09:33:05 -04:00
test_json.py Fixed #25718 -- Made a JSONField lookup value of None match keys that have a null value. 2018-04-04 10:53:46 -04:00
test_ranges.py
test_search.py Fixed #29582 -- Fixed a crash when using SearchVector with non text-fields. 2018-07-21 21:32:21 -04:00
test_signals.py
test_trigram.py
test_unaccent.py