django/tests/postgres_tests
Jernej Kos 7c50e7eecc Fixed #24034 -- Don't always overwrite deconstruct path.
Made deconstruct path overwriting for ArrayField conditional,
so it only occurs when the deconstructed field is an instance
of ArrayField itself and not a subclass.
2014-12-21 17:31:50 +01:00
..
array_default_migrations Fixed #22962 -- Default values for ArrayField with migrations. 2014-07-29 10:37:11 +01:00
migrations Fixed #23423 -- Added unaccent lookup in django.contrib.postgres 2014-11-28 18:22:20 -05:00
__init__.py Added array field support for PostgreSQL. 2014-05-22 09:53:26 +01:00
models.py Fixed #24034 -- Don't always overwrite deconstruct path. 2014-12-21 17:31:50 +01:00
test_array.py Fixed #24034 -- Don't always overwrite deconstruct path. 2014-12-21 17:31:50 +01:00
test_hstore.py Added HStoreField. 2014-11-04 09:26:40 +00:00
test_unaccent.py Fixed #23423 -- Added unaccent lookup in django.contrib.postgres 2014-11-28 18:22:20 -05:00