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:
parent
fce7827101
commit
d825ac6dfa
@ -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
|
||||
~~~~~
|
||||
|
Loading…
Reference in New Issue
Block a user