summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorGreg Chapple <gregchapple1@gmail.com>2016-01-25 12:30:40 +0000
committerTim Graham <timograham@gmail.com>2016-01-29 09:51:23 -0500
commit8dea9f089dcb8aea2c417c91344c4e680431e972 (patch)
treef147304a6fd6bd762edb4d7646c53790c5214387 /docs
parent93897a6a75754c1c17d8a60dee188c86f13de232 (diff)
Fixed #26120 -- Made HStoreField cast keys and values to strings.
HStoreField now converts all keys and values to string before they're saved to the database.
Diffstat (limited to 'docs')
-rw-r--r--docs/releases/1.10.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/releases/1.10.txt b/docs/releases/1.10.txt
index 1f9cc69453..6568d0ff45 100644
--- a/docs/releases/1.10.txt
+++ b/docs/releases/1.10.txt
@@ -129,7 +129,8 @@ Minor features
:mod:`django.contrib.postgres`
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-* ...
+* For convenience, :class:`~django.contrib.postgres.fields.HStoreField` now
+ casts its keys and values to strings.
:mod:`django.contrib.redirects`
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~