django1/django/contrib/postgres
Tim Graham a7b7f27c05 Fixed #25233 -- Fixed HStoreField.has_changed() handling of initial values.
Thanks Simon Charette for review.
2015-08-07 13:26:17 -04:00
..
aggregates Fixed #24301 -- Added PostgreSQL-specific aggregate functions 2015-03-30 10:44:37 -04:00
fields Fixed #25226 -- Set the model attribute on ArrayField's base_field 2015-08-05 15:01:32 -04:00
forms Fixed #25233 -- Fixed HStoreField.has_changed() handling of initial values. 2015-08-07 13:26:17 -04:00
locale Updated translations from Transifex 2015-04-30 14:29:08 +02: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
functions.py Fixed #24894 -- Added contrib.postgres.functions.TransactionNow 2015-06-15 14:03:17 -04:00
lookups.py Add HasAnyKeys lookup for HStoreField. 2015-05-30 21:39:45 +01:00
operations.py Stopped special-casing postgres-specific tests 2015-04-18 15:17:49 +02:00
signals.py Sorted imports with isort; refs #23860. 2015-02-06 08:16:28 -05:00
validators.py Sorted imports with isort; refs #23860. 2015-02-06 08:16:28 -05:00