django1/django/contrib/postgres
Claude Paroz d0932ce8fc Updated contrib translations from Transifex
Forward port of 765e6de924 from stable/2.0.x
2017-12-01 21:51:30 +01:00
..
aggregates Simplified Count.convert_value() and RegrCount.convert_value(). 2017-09-16 14:31:51 +05:00
fields Fixed #28702 -- Made query lookups for CIText fields use citext. 2017-11-29 10:35:37 -05:00
forms Fixed #28534 -- Made JSONField.has_changed() ignore key order and consider True/1 values as different. 2017-11-11 19:45:23 -05: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-12-01 21:51:30 +01: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 Refs #24928 -- Added introspection support for PostgreSQL RangeField 2017-09-09 20:22:47 +02:00
functions.py Fixed #28492 -- Defined default output_field of expressions at the class level. 2017-09-11 12:22:39 -04:00
indexes.py Fixed #28126 -- Added GistIndex to contrib.postgres. 2017-09-04 21:08:02 -04:00
lookups.py Refs #27795 -- Replaced many force_text() with str() 2017-04-27 09:10:02 +02:00
operations.py Fixed #28334 -- Added caching for hstore/citext OIDs. 2017-09-15 10:00:12 -04:00
search.py Fixed #28492 -- Defined default output_field of expressions at the class level. 2017-09-11 12:22:39 -04:00
signals.py Refs #28334 -- Fixed crash in hstore/citext oid caching during test db creation. 2017-09-19 07:04:31 -04:00
utils.py Converted usage of ugettext* functions to their gettext* aliases 2017-02-07 09:04:04 +01:00
validators.py Fixed #28758 -- Fixed RangeMax/MinValueValidators crash with unbound ranges. 2017-11-07 15:07:03 -05:00