diff options
| author | zauddelig <zauddelig@gmail.com> | 2015-06-02 11:08:41 +0200 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2015-06-02 12:42:31 -0400 |
| commit | 7f92b6e576daace8051785dc046aca00bdccfed4 (patch) | |
| tree | 48bfb39afe875b4987df89a902ecd8371fdaadf0 /docs | |
| parent | 9d83de8ff3b835603fe09e8842529c9810bc1dcd (diff) | |
[1.8.x] Fixed #24897 -- Allowed using choices longer than 1 day with DurationField
Backport of 262d4db8c4c849b0fdd84550fb96472446cf90df from master
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/releases/1.8.3.txt | 3 |
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`). |
