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:
@@ -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`).
|
||||
|
||||
Reference in New Issue
Block a user