You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Remove None values (urlencode raises TypeError in Django 2.2)
To catch usage mistakes, the test Client and
django.utils.http.urlencode() now raise TypeError if None is passed as
a value to encode because None can’t be encoded in GET and POST
data. Either pass an empty string or omit the value.
0 commit comments