Kaydet (Commit) d825ac6d authored tarafından Tim Graham's avatar Tim Graham

Clarified HStoreField model/form difference in 1.11 release notes.

üst fce78271
......@@ -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
~~~~~
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment