1
0
mirror of https://github.com/django/django.git synced 2025-01-05 07:55:47 +00:00
django/tests/postgres_tests
anna b28c60529b Fixed #26101 -- Allowed introspection of base_field.model in RangeField
Used the same test and fix as in #25867.
This required initializing base_field in RangeField.__init__,
not when setting the attribute.
2016-04-03 16:32:30 +02:00
..
array_default_migrations
array_index_migrations
migrations Fixed #25143 -- Added ArrayField.from_db_value(). 2016-03-12 09:14:35 -05:00
__init__.py
fields.py
models.py Fixed #25579 -- Fixed ArrayField.get_db_prep_value() to allow complex types. 2016-03-15 11:23:38 -04:00
test_aggregates.py
test_array.py Fixed #26283 -- Fixed removal of trailing nulls for SplitArrayField. 2016-03-12 17:22:25 -05:00
test_functions.py
test_hstore.py Fixed #26215 -- Fixed RangeField/ArrayField serialization with None values 2016-02-16 21:07:05 +01:00
test_json.py Fixed #25532 -- Properly redisplayed JSONField form input values 2016-04-01 09:04:20 +02:00
test_ranges.py Fixed #26101 -- Allowed introspection of base_field.model in RangeField 2016-04-03 16:32:30 +02:00
test_unaccent.py