-
Notifications
You must be signed in to change notification settings - Fork 80
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
'list' object has no attribute 'name' #41
Comments
same is true for me :( |
same here errors logs stop here. File "/usr/local/lib/python3.6/dist-packages/django/core/validators.py", line 516, in validate_image_file_extension my code
|
I'm not able to reproduce this on the supported django versions (2.2/3.1/3.2). Please reopen if it's still an issue! |
@Chive The same happens to me, I'm trying to use the form in admin, overriding default generated Simple example: @admin.register(ExampleModel)
class ExampleModelAdmin(admin.ModelAdmin):
form = AttachmentForm |
@sanatwagh Could you please reopen the issue? |
Hi @Chive , Here is an example of form:
The solution for that problem is provided in that comment. Also, if you need any help from my side, please let me know. I can manage that repo as a collaborator and can be one of maintainer at PyPI |
After changing renderer=None in fields.py, form is visible but wen we submit form it says 'list' object has no attribute 'name'
The text was updated successfully, but these errors were encountered: