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
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
test_indexes.py Simplified tests for PostgreSQL indexes. 2018-08-02 10:07:10 -04:00
test_introspection.py
test_json.py
test_ranges.py
test_search.py
test_signals.py
test_trigram.py
test_unaccent.py