summaryrefslogtreecommitdiff
path: root/docs/releases/1.7.1.txt
diff options
context:
space:
mode:
authorLoic Bistuer <loic.bistuer@gmail.com>2014-10-09 22:48:23 +0700
committerLoic Bistuer <loic.bistuer@gmail.com>2014-10-09 22:48:27 +0700
commitbf1bb07bf02b207f59e7d07243fff367236014d3 (patch)
tree0dc4071d29b941128f0768505179fba229e74b77 /docs/releases/1.7.1.txt
parentf633ba778d302c12f4295714a78fa20dff98b39f (diff)
Updated release notes following backport of a407b84. Refs #23365.
Diffstat (limited to 'docs/releases/1.7.1.txt')
-rw-r--r--docs/releases/1.7.1.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/releases/1.7.1.txt b/docs/releases/1.7.1.txt
index 0d6cd3d3b7..bf12d81a34 100644
--- a/docs/releases/1.7.1.txt
+++ b/docs/releases/1.7.1.txt
@@ -107,6 +107,9 @@ Bugfixes
* Made :func:`~django.utils.http.urlsafe_base64_decode` return the proper
type (byte string) on Python 3 (:ticket:`23333`).
+* :djadmin:`makemigrations` can now serialize timezone-aware values
+ (:ticket:`23365`).
+
* Added a prompt to the migrations questioner when removing the null constraint
from a field to prevent an IntegrityError on existing NULL rows
(:ticket:`23609`).