django1/django/contrib/postgres
Tim Graham da5eb3d56c Refs #28370 -- Removed support for the context arg of Field.from_db_value() and Expression.convert_value().
Per deprecation timeline.
2019-01-17 10:52:19 -05:00
..
aggregates Fixed #28658 -- Added DISTINCT handling to the Aggregate class. 2019-01-09 17:52:36 -05:00
fields Refs #28370 -- Removed support for the context arg of Field.from_db_value() and Expression.convert_value(). 2019-01-17 10:52:19 -05:00
forms Fixed #29598 -- Deprecated FloatRangeField in favor of DecimalRangeField. 2018-10-02 19:17:23 -04:00
jinja2/postgres/widgets Fixed #28040 -- Updated SplitArrayWidget to use template-based widget rendering. 2017-04-29 19:00:21 -04:00
locale Fetched Armenian translations from Transifex 2019-01-10 10:50:42 +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 Fixed #29738 -- Allowed serializing psycopg2 range types in migrations. 2019-01-11 19:32:26 -05: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 Refs #27869 -- Added PostgreSQL version check for GinIndex support. 2018-08-02 11:53:35 -04:00
lookups.py Fixed #25718 -- Made a JSONField lookup value of None match keys that have a null value. 2018-04-04 10:53:46 -04:00
operations.py Fixed #28334 -- Added caching for hstore/citext OIDs. 2017-09-15 10:00:12 -04:00
search.py Fixed #29997 -- Allowed combining SearchQuerys with different configs. 2018-11-30 09:42:50 -05:00
serializers.py Fixed #29738 -- Allowed serializing psycopg2 range types in migrations. 2019-01-11 19:32:26 -05: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 Refs #29131 -- Fixed space handling in ArrayField's item_invalid message. 2018-05-13 17:57:28 -04:00
validators.py Fixed #28909 -- Simplified code using tuple/list/set/dict unpacking. 2017-12-11 07:08:45 -05:00