1
0
mirror of https://github.com/django/django.git synced 2025-10-31 09:41:08 +00:00

Fixed #24897 -- Allowed using choices longer than 1 day with DurationField

This commit is contained in:
zauddelig
2015-06-02 11:08:41 +02:00
committed by Tim Graham
parent 3222fc7943
commit 262d4db8c4
3 changed files with 18 additions and 1 deletions

View File

@@ -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`).