summaryrefslogtreecommitdiff
path: root/docs
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:42:40 -0400
commite5797fef5672ca76daadc6e133352dbba3100075 (patch)
treeaf7597f8f48116845736ed023d745800f4b08e8a /docs
parent8a13cddc260b3543726f732a78a541b252420f59 (diff)
[1.11.x] Clarified HStoreField model/form difference in 1.11 release notes.
Backport of d825ac6dfab93c34fef27eb62c382eb7a9dabff8 from master
Diffstat (limited to 'docs')
-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
~~~~~