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

@@ -14,3 +14,6 @@ Bugfixes
* Added system checks for query name clashes of hidden relationships
(:ticket:`26162`).
* Made ``forms.FileField`` and ``utils.translation.lazy_number()`` picklable
(:ticket:`26212`).