django1/django/contrib/postgres
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
..
fields Fixed #24034 -- Don't always overwrite deconstruct path. 2014-12-21 17:31:50 +01:00
forms Fixed #23968 -- Replaced list comprehension with generators and dict comprehension 2014-12-08 07:58:23 -05:00
__init__.py Added HStoreField. 2014-11-04 09:26:40 +00:00
apps.py Fixed #23423 -- Added unaccent lookup in django.contrib.postgres 2014-11-28 18:22:20 -05:00
lookups.py Fixed #23423 -- Added unaccent lookup in django.contrib.postgres 2014-11-28 18:22:20 -05:00
operations.py Fixed #23423 -- Added unaccent lookup in django.contrib.postgres 2014-11-28 18:22:20 -05:00
signals.py Added HStoreField. 2014-11-04 09:26:40 +00:00
validators.py Revert "Fixed #23892 -- Made deconstructible classes forwards compatible" 2014-11-22 22:29:23 -07:00