summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--docs/releases/1.11.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/releases/1.11.txt b/docs/releases/1.11.txt
index b3d3feab5e..953a7a5493 100644
--- a/docs/releases/1.11.txt
+++ b/docs/releases/1.11.txt
@@ -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
~~~~~