We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee40c43 commit 53a1841Copy full SHA for 53a1841
src/attributecode/model.py
@@ -920,12 +920,6 @@ def hydrate(self, fields):
920
if not name in illegal_name_list:
921
illegal_name_list.append(name)
922
continue
923
- """
924
- illegal_name_error = validate_field_name(name)
925
- if illegal_name_error:
926
- errors.append(illegal_name_list)
927
- continue
928
929
930
msg = 'Custom Field: %(orig_name)s'
931
errors.append(Error(INFO, msg % locals()))
0 commit comments