django1/django/contrib/postgres
Tim Graham 1ebd295082 Fixed #28040 -- Updated SplitArrayWidget to use template-based widget rendering.
Thanks Preston Timmons for review.
2017-04-29 19:00:21 -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 #28040 -- Updated SplitArrayWidget to use template-based widget rendering. 2017-04-29 19:00:21 -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 Converted usage of ugettext* functions to their gettext* aliases 2017-02-07 09:04:04 +01: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 #27996 -- Added RandomUUID function and CryptoExtension to contrib.postgres. 2017-04-25 20:21:36 -04: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