1
0
mirror of https://github.com/django/django.git synced 2025-11-07 07:15:35 +00:00

Fixed #27582 -- Allowed HStoreField to store null values.

This commit is contained in:
David Hoffman
2016-12-08 19:17:02 -05:00
committed by Tim Graham
parent 9524fd9133
commit bf84d042e0
6 changed files with 33 additions and 9 deletions

View File

@@ -194,6 +194,10 @@ Minor features
* The new :class:`~django.contrib.postgres.aggregates.JSONBAgg` allows
aggregating values as a JSON array.
* :class:`~django.contrib.postgres.fields.HStoreField` and
:class:`~django.contrib.postgres.forms.HStoreField` allow storing null
values.
:mod:`django.contrib.redirects`
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~