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

Fixed #26212 -- Made forms.FileField and translation.lazy_number() picklable.

This commit is contained in:
Alexey Kotlyarov
2016-02-12 12:12:54 +11:00
committed by Tim Graham
parent 1ac7fdcd13
commit b59f963ad2
5 changed files with 24 additions and 0 deletions

View File

@@ -24,3 +24,6 @@ Bugfixes
* Fixed regression with an ``__in=qs`` lookup for a ``ForeignKey`` with
``to_field`` set (:ticket:`26196`).
* Made ``forms.FileField`` and ``utils.translation.lazy_number()`` picklable
(:ticket:`26212`).