summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Graham <timograham@gmail.com>2017-04-10 12:31:36 -0400
committerTim Graham <timograham@gmail.com>2017-04-10 12:31:36 -0400
commitd825ac6dfab93c34fef27eb62c382eb7a9dabff8 (patch)
treef70570d3acac196b691e5b9e5cb1ba45324d3eed
parentfce782710160420d5c963bb33a6646542d91f40c (diff)
Clarified HStoreField model/form difference in 1.11 release notes.
-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
~~~~~