Resolve pickle security note

This commit is contained in:
Johannes Hoppe 2018-05-07 18:51:21 +02:00
parent e4729feb9a
commit d9c899e8f7

View file

@ -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