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:
committed by
Tim Graham
parent
1ac7fdcd13
commit
b59f963ad2
@@ -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`).
|
||||
|
||||
Reference in New Issue
Block a user