django1/django/contrib/postgres
Sergey Fedoseev 504ce3914f Fixed #28394 -- Allowed setting BaseExpression.output_field (renamed from _output_field). 2017-07-14 21:56:01 -04:00
..
aggregates Fixed #28394 -- Allowed setting BaseExpression.output_field (renamed from _output_field). 2017-07-14 21:56:01 -04:00
fields Fixed #28394 -- Allowed setting BaseExpression.output_field (renamed from _output_field). 2017-07-14 21:56:01 -04:00
forms Fixed #27161 -- Fixed form validation when an ArrayField's base_field has choices. 2017-06-13 19:44:24 -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 translations from Transifex 2017-05-31 21:43:40 +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 Fixed #28330 -- Prevented passing positional arguments to an Index. 2017-06-27 13:39:37 -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 Fixed #28394 -- Allowed setting BaseExpression.output_field (renamed from _output_field). 2017-07-14 21:56:01 -04: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