0
0
mirror of https://github.com/django/django.git synced 2024-11-30 07:06:18 +01:00

Clarified HStoreField model/form difference in 1.11 release notes.

This commit is contained in:
Tim Graham 2017-04-10 12:31:36 -04:00
parent fce7827101
commit d825ac6dfa

View File

@ -223,9 +223,9 @@ 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.
* The :class:`~django.contrib.postgres.fields.HStoreField` (model field) and
:class:`~django.contrib.postgres.forms.HStoreField` (form field) allow
storing null values.
Cache
~~~~~