django1/django/contrib/postgres
Mattias Loverot 2315114090 Fixed #27067 -- Deprecated string_concat() in favor of format_lazy(). 2016-08-25 16:12:40 -04:00
..
aggregates Fixed #26617 -- Added distinct argument to contrib.postgres's StringAgg. 2016-06-02 13:48:35 -04:00
fields Fixed #25995 -- Added an encoder option to JSONField 2016-08-25 21:42:42 +02:00
forms Fixed #26949 -- Fixed crash of disabled forms.JSONField. 2016-07-27 08:14:14 -04:00
locale Pulled contrib translations from Transifex 2016-08-01 19:47:19 +02:00
__init__.py Added HStoreField. 2014-11-04 09:26:40 +00:00
apps.py Fixed #25454 -- Ensured register_hstore_handler is called for all connections 2016-07-21 17:54:54 +02:00
functions.py Fixed #25774 -- Refactor datetime expressions into public API 2016-05-18 20:14:58 +10:00
indexes.py Fixed #27030 -- Added contrib.postgres.indexes.GinIndex. 2016-08-12 18:37:03 -04:00
lookups.py Fixed #24938 -- Added PostgreSQL trigram support. 2016-05-13 12:38:21 -04:00
operations.py Refs #27030 -- Added BtreeGinExtension operation. 2016-08-12 18:37:00 -04:00
search.py Fixed #24938 -- Added PostgreSQL trigram support. 2016-05-13 12:38:21 -04:00
signals.py Sorted imports with isort; refs #23860. 2015-02-06 08:16:28 -05:00
utils.py Fixed #27067 -- Deprecated string_concat() in favor of format_lazy(). 2016-08-25 16:12:40 -04:00
validators.py Fixed E128 flake8 warnings in django/. 2016-04-08 09:51:06 -04:00