sehmaschine / django-filebrowser

Media-Management with Grappelli
http://twitter.com/sehmaschine
Other
976 stars 408 forks source link

Default value should be iterable #378

Closed raagin closed 4 years ago

raagin commented 4 years ago

https://github.com/sehmaschine/django-filebrowser/blob/6e4c59e11844586a9dfbae9beeb684b3b7a93182/filebrowser/base.py#L257

sehmaschine commented 4 years ago

Please explain this issue more detailed.

raagin commented 4 years ago

If EXTESIONS will have no 'item', default value will set to None and this produce error in for... in cycle: TypeError: 'NoneType' object is not iterable

sehmaschine commented 4 years ago

Sorry, I don't get this. item referes to SELECT_FORMATS which needs to be available with EXTENSIONS.

raagin commented 4 years ago

Ok, thank you