Closed saxix closed 8 years ago
the error is produced in ddf.py:380
getattr(instance, field.name).save(django_file.name, django_file, save=False)
should be
getattr(__instance, __field.name).save(django_file.name, django_file, save=False)
nice!
the error is produced in ddf.py:380
getattr(instance, field.name).save(django_file.name, django_file, save=False)
should be
getattr(__instance, __field.name).save(django_file.name, django_file, save=False)