mirror of
https://github.com/Hopiu/django-select2.git
synced 2026-04-03 05:40:23 +00:00
Resolve pickle security note
This commit is contained in:
parent
e4729feb9a
commit
d9c899e8f7
1 changed files with 1 additions and 1 deletions
|
|
@ -47,7 +47,7 @@ Light widgets are normally named, i.e. there is no
|
|||
"""
|
||||
from functools import reduce
|
||||
from itertools import chain
|
||||
from pickle import PicklingError
|
||||
from pickle import PicklingError # nosec
|
||||
|
||||
from django import forms
|
||||
from django.core import signing
|
||||
|
|
|
|||
Loading…
Reference in a new issue