1
0
mirror of https://github.com/django/django.git synced 2024-11-20 00:14:08 +00:00
django/tests/postgres_tests
Matthew Somerville 2926559cce Fixed #24937 -- fix serialization of Date(Time)RangeField.
Use the DjangoJSONEncoder so that datetime and date are encoded
appropriately.
2015-06-05 22:01:42 +01:00
..
array_default_migrations Refs #22962 -- Made test case use non-conflicting table names 2015-02-13 14:01:54 +01:00
migrations Fixed #24837 -- field__contained_by=Range 2015-06-04 19:29:59 +01:00
__init__.py Name PostgreSQL correctly. 2015-05-30 23:10:30 +01:00
fields.py Fixed #24604 -- Added JSONField to contrib.postgres. 2015-05-30 23:10:30 +01:00
models.py Fixed #24837 -- field__contained_by=Range 2015-06-04 19:29:59 +01:00
test_aggregates.py Name PostgreSQL correctly. 2015-05-30 23:10:30 +01:00
test_array.py Name PostgreSQL correctly. 2015-05-30 23:10:30 +01:00
test_hstore.py Name PostgreSQL correctly. 2015-05-30 23:10:30 +01:00
test_json.py Name PostgreSQL correctly. 2015-05-30 23:10:30 +01:00
test_ranges.py Fixed #24937 -- fix serialization of Date(Time)RangeField. 2015-06-05 22:01:42 +01:00
test_unaccent.py Name PostgreSQL correctly. 2015-05-30 23:10:30 +01:00