django1/django/contrib/postgres
Mariusz Felisiak 2867b7eb4b Refs #27935 -- Fixed BrinIndex.max_name_length if a project's default database isn't PostgreSQL.
Thanks Florian Apolloner for the report.
2017-03-20 11:21:01 -04:00
..
aggregates Fixed #27767 -- Added distinct argument to ArrayAgg. 2017-02-04 13:57:39 -05:00
fields Refs #26610 -- Added CIText mixin and CIChar/Email/TextField. 2017-02-11 07:16:35 -05:00
forms Converted usage of ugettext* functions to their gettext* aliases 2017-02-07 09:04:04 +01:00
locale Updated translation catalogs 2017-01-19 17:09:37 +01:00
__init__.py Added HStoreField. 2014-11-04 09:26:40 +00:00
apps.py Converted usage of ugettext* functions to their gettext* aliases 2017-02-07 09:04:04 +01:00
functions.py Refs #23919 -- Replaced super(ClassName, self) with super(). 2017-01-25 12:23:46 -05:00
indexes.py Refs #27935 -- Fixed BrinIndex.max_name_length if a project's default database isn't PostgreSQL. 2017-03-20 11:21:01 -04:00
lookups.py Refs #23919 -- Replaced super(ClassName, self) with super(). 2017-01-25 12:23:46 -05:00
operations.py Refs #23919 -- Replaced super(ClassName, self) with super(). 2017-01-25 12:23:46 -05:00
search.py Refs #23919 -- Replaced kwargs.pop() with keyword-only arguments. 2017-02-01 11:41:56 -05:00
signals.py Refs #23919 -- Removed six.PY2/PY3 usage 2017-01-18 16:21:28 +01:00
utils.py Converted usage of ugettext* functions to their gettext* aliases 2017-02-07 09:04:04 +01:00
validators.py Converted usage of ugettext* functions to their gettext* aliases 2017-02-07 09:04:04 +01:00