django1/django/contrib/postgres/fields
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
..
__init__.py Added HStoreField. 2014-11-04 09:26:40 +00:00
array.py Fixed #24034 -- Don't always overwrite deconstruct path. 2014-12-21 17:31:50 +01:00
hstore.py Renamed qn to compiler 2014-11-16 13:19:34 +01:00