Remove meaningless guard

This commit is contained in:
momamene 2016-12-14 12:13:11 +00:00
parent 8bb55ed79d
commit 45542b6a93

View File

@ -33,8 +33,6 @@ def construct_fields(options):
# Or when there is no back reference.
continue
converted = convert_django_field_with_choices(field, options.registry)
if not converted:
continue
fields[name] = converted
return fields