Terence Hong
Terence Hong
@pennersr - I just hit this too and was thinking of putting in a pull request for a possible override in settings. That way, there's no need to subclass the...
Alternatively, you could do a template override in your local django project template directory, and use the exact same naming convention. https://docs.djangoproject.com/en/1.11/howto/overriding-templates/#overriding-from-the-project-s-templates-directory
I'll be trying this as well. Anymore graceful solutions you have come up with since this thread died?
@eddytruyen's solution worked for me too - Ubuntu 16.04 as well as OSX.
Maybe we should fork if nobody at bit.ly is maintaining this anymore.
Is there honestly nobody at bitly that has had the time to look into this since Nov 2017?
@jrief - looks like this is passing builds. If so, can this get merged in?
Seem to have found something here. http://nullege.com/codes/search/redisco.containers.List Will close this issue after I have a look and if this is sufficient, otherwise, will come back with suggestions.
We are also waiting on this PR in order to use the package with our application. Any updates would be appreciated.
EDIT: Reverting to `v1.3.5` solves the problem I'm still getting `Property 'done' does not exist on type 'FileUpload | FilesUpload'.` on `v1.3.7` when running a very simple callback using `onFileSelect`,...