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:
committed by
Tim Graham
parent
9524fd9133
commit
bf84d042e0
@@ -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`
|
||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||
|
||||
|
||||
Reference in New Issue
Block a user