summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorMarc Tamlyn <marc.tamlyn@gmail.com>2014-11-18 20:24:48 +0000
committerMarc Tamlyn <marc.tamlyn@gmail.com>2014-12-09 09:10:51 +0000
commit6b2d3f9206e6eb2aafb75dcd0ef50ce672bc0ff3 (patch)
tree606bc717f63a04efd525fc254b9fc729b8f43d70 /docs
parentc0b65150ff86217e02c300afc03e44d6b5775ee8 (diff)
Remove text-mangling of default values.
Diffstat (limited to 'docs')
-rw-r--r--docs/releases/1.8.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/releases/1.8.txt b/docs/releases/1.8.txt
index a233edd443..6635d625bb 100644
--- a/docs/releases/1.8.txt
+++ b/docs/releases/1.8.txt
@@ -857,6 +857,11 @@ Miscellaneous
:exc:`~django.test.client.RedirectCycleError` if it detects a loop or hits a
maximum redirect limit (rather than passing silently).
+* Translatable strings set as the ``default`` parameter of the field are cast
+ to concrete strings later, so the return type of ``Field.get_default()`` is
+ different in some cases. There is no change to default values which are the
+ result of a callable.
+
.. _deprecated-features-1.8:
Features deprecated in 1.8