diff options
| author | Tim Graham <timograham@gmail.com> | 2017-04-10 12:31:36 -0400 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2017-04-10 12:42:40 -0400 |
| commit | e5797fef5672ca76daadc6e133352dbba3100075 (patch) | |
| tree | af7597f8f48116845736ed023d745800f4b08e8a | |
| parent | 8a13cddc260b3543726f732a78a541b252420f59 (diff) | |
[1.11.x] Clarified HStoreField model/form difference in 1.11 release notes.
Backport of d825ac6dfab93c34fef27eb62c382eb7a9dabff8 from master
| -rw-r--r-- | docs/releases/1.11.txt | 6 |
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 ~~~~~ |
