django-podcast
django-podcast copied to clipboard
uploading file in admin: unbound method get_valid_name() must be called with FileSystemStorage...
When trying to upload a file in the admin I get this error:
unbound method get_valid_name() must be called with FileSystemStorage instance as first argument (got unicode instance instead)
any help would be appreciated. Thanks in advance.