Merge "Remove obsolete creation_counter field"

This commit is contained in:
Zuul 2019-02-20 05:21:43 +00:00 committed by Gerrit Code Review
commit 88387f29a4
1 changed files with 0 additions and 1 deletions

View File

@ -640,7 +640,6 @@ class ExternalUploadMeta(forms.DeclarativeFieldsMetaclass):
if isinstance(attr, ExternalFileField):
hidden_field = fields.CharField(widget=fields.HiddenInput,
required=False)
hidden_field.creation_counter = attr.creation_counter + 1000
new_attr_name = get_double_name(attr_name)
new_attrs[new_attr_name] = hidden_field
meth_name = 'clean_' + new_attr_name