mirror of https://github.com/django/django.git
Clarified HStoreField model/form difference in 1.11 release notes.
This commit is contained in:
parent
fce7827101
commit
d825ac6dfa
|
@ -223,9 +223,9 @@ Minor features
|
||||||
* The new :class:`~django.contrib.postgres.aggregates.JSONBAgg` allows
|
* The new :class:`~django.contrib.postgres.aggregates.JSONBAgg` allows
|
||||||
aggregating values as a JSON array.
|
aggregating values as a JSON array.
|
||||||
|
|
||||||
* :class:`~django.contrib.postgres.fields.HStoreField` and
|
* The :class:`~django.contrib.postgres.fields.HStoreField` (model field) and
|
||||||
:class:`~django.contrib.postgres.forms.HStoreField` allow storing null
|
:class:`~django.contrib.postgres.forms.HStoreField` (form field) allow
|
||||||
values.
|
storing null values.
|
||||||
|
|
||||||
Cache
|
Cache
|
||||||
~~~~~
|
~~~~~
|
||||||
|
|
Loading…
Reference in New Issue