1
0
mirror of https://github.com/django/django.git synced 2025-01-09 18:06:34 +00:00
django/tests/postgres_tests
Greg Chapple 8dea9f089d Fixed #26120 -- Made HStoreField cast keys and values to strings.
HStoreField now converts all keys and values to string before they're
saved to the database.
2016-01-29 09:51:23 -05:00
..
array_default_migrations
array_index_migrations
migrations
__init__.py
fields.py
models.py
test_aggregates.py
test_array.py Fixed #25746 -- Isolated inlined test models registration. 2016-01-06 20:00:07 -05:00
test_functions.py
test_hstore.py Fixed #26120 -- Made HStoreField cast keys and values to strings. 2016-01-29 09:51:23 -05:00
test_json.py
test_ranges.py
test_unaccent.py