django/tests/postgres_tests
Matthew Somerville 2c96b3da6f [1.8.x] Refs #24937 -- Backported more commits to fix for serialization of Date(Time)RangeField.
Instead of using DjangoJSONEncoder, use base_field's value_to_string().

Note this means the serialization of e.g. IntegerRangeField now has
strings for lower and upper, so use to_python when they came back in
(same behaviour as ArrayField, hopefully, from where I also got the
set_attributes_from_name function).

Backport of 86d9b10dc3 and
8a842148b6 from master
2015-11-12 09:22:44 -05:00
..
array_default_migrations [1.8.x] Refs #22962 -- Made test case use non-conflicting table names 2015-02-13 14:39:50 +01:00
array_index_migrations [1.8.x] Fixed #25180 -- Prevented varchar_patterns_ops and text_patterns_ops indexes for ArrayField. 2015-08-15 10:11:09 -04:00
migrations [1.8.x] Sorted imports with isort; refs #23860. 2015-02-09 14:24:06 -05:00
__init__.py Added array field support for PostgreSQL. 2014-05-22 09:53:26 +01:00
models.py [1.8.x] Sorted imports with isort; refs #23860. 2015-02-09 14:24:06 -05:00
test_array.py [1.8.x] Fixed #25597 -- Fixed crash with SplitArrayField and IntegerField on invalid value. 2015-10-27 08:13:27 -04:00
test_hstore.py [1.8.x] Fixed #25233 -- Fixed HStoreField.has_changed() handling of initial values. 2015-08-07 14:31:05 -04:00
test_ranges.py [1.8.x] Refs #24937 -- Backported more commits to fix for serialization of Date(Time)RangeField. 2015-11-12 09:22:44 -05:00
test_unaccent.py [1.8.x] Fixed #24290 -- Skipped postgres_tests if not running with PostgreSQL. 2015-02-17 06:35:17 -05:00