mirror of
https://github.com/Hopiu/django-fobi.git
synced 2026-05-10 22:03:09 +00:00
commit
e59fd11c7c
1 changed files with 1 additions and 1 deletions
|
|
@ -470,7 +470,7 @@ class BasePluginModelAdmin(admin.ModelAdmin):
|
|||
groups_action = form.cleaned_data.pop('groups_action')
|
||||
cleaned_data = dict(
|
||||
(key, val)
|
||||
for (key, val) in form.cleaned_data.iteritems()
|
||||
for (key, val) in form.cleaned_data.items()
|
||||
if val is not None
|
||||
)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue