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