summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorzauddelig <zauddelig@gmail.com>2015-06-02 11:08:41 +0200
committerTim Graham <timograham@gmail.com>2015-06-02 12:39:34 -0400
commit262d4db8c4c849b0fdd84550fb96472446cf90df (patch)
tree0dc9e17d81956757b16bffcc4fd8cf5002792fb7 /docs
parent3222fc79431c0866aa65b2a83fbbffd2c3034d08 (diff)
Fixed #24897 -- Allowed using choices longer than 1 day with DurationField
Diffstat (limited to 'docs')
-rw-r--r--docs/releases/1.8.3.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/releases/1.8.3.txt b/docs/releases/1.8.3.txt
index 78e6766872..2761f06271 100644
--- a/docs/releases/1.8.3.txt
+++ b/docs/releases/1.8.3.txt
@@ -40,3 +40,6 @@ Bugfixes
* Fixed queryset pickling when using ``prefetch_related()`` after deleting
objects (:ticket:`24831`).
+
+* Allowed using ``choices`` longer than 1 day with ``DurationField``
+ (:ticket:`24897`).