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

Fixed #28188 -- Fixed crash when pickling model fields.

Regression in d2a26c1a90.

Thanks Adam Alton for the report and test, and Adam Johnson for
suggesting the fix.
This commit is contained in:
Tim Graham
2017-05-11 21:04:52 -04:00
committed by GitHub
parent daf2bd3efe
commit a9874d48b1
3 changed files with 16 additions and 1 deletions

View File

@@ -18,3 +18,5 @@ Bugfixes
* Fixed ``django.utils.http.is_safe_url()`` crash on invalid IPv6 URLs
(:ticket:`28142`).
* Fixed regression causing pickling of model fields to crash (:ticket:`28188`).