django1/django/contrib/postgres
Jon Dufresne 21046e7773 Fixed #28249 -- Removed unnecessary dict.keys() calls.
iter(dict) is equivalent to iter(dict.keys()).
2017-05-27 19:08:46 -04:00
..
aggregates Simplified handling of expressions in StatAggregate. 2017-03-23 13:05:59 -04:00
fields Refs #27795 -- Replaced many force_text() with str() 2017-04-27 09:10:02 +02:00
forms Fixed #28227 -- Allowed importing BaseRangeField/RangeWidget from contrib.postgres.forms. 2017-05-20 21:17:06 -04:00
jinja2/postgres/widgets Fixed #28040 -- Updated SplitArrayWidget to use template-based widget rendering. 2017-04-29 19:00:21 -04:00
locale Updated contrib translations from Transifex 2017-04-04 12:39:02 +02:00
templates/postgres/widgets Fixed #28040 -- Updated SplitArrayWidget to use template-based widget rendering. 2017-04-29 19:00:21 -04:00
__init__.py Added HStoreField. 2014-11-04 09:26:40 +00:00
apps.py Fixed #28161 -- Fixed return type of ArrayField(CITextField()). 2017-05-04 00:02:14 -04:00
functions.py Fixed #27996 -- Added RandomUUID function and CryptoExtension to contrib.postgres. 2017-04-25 20:21:36 -04: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 #27795 -- Replaced many force_text() with str() 2017-04-27 09:10:02 +02:00
operations.py Fixed #28161 -- Fixed return type of ArrayField(CITextField()). 2017-05-04 00:02:14 -04:00
search.py Refs #23919 -- Replaced kwargs.pop() with keyword-only arguments. 2017-02-01 11:41:56 -05:00
signals.py Fixed #28161 -- Fixed return type of ArrayField(CITextField()). 2017-05-04 00:02:14 -04:00
utils.py Converted usage of ugettext* functions to their gettext* aliases 2017-02-07 09:04:04 +01:00
validators.py Fixed #28249 -- Removed unnecessary dict.keys() calls. 2017-05-27 19:08:46 -04:00