Closed rtpg closed 5 years ago
I've finally gotten this to pass tests in all supported Django versions.
For the most part there are no major changes here, except that template loaders in Django 1.11 will require adding the django/forms/templates
directory to their possible template folders, since some code paths end up holding onto Django widgets that are configured to use specific kinds of template names.
:+1:
Hello @gregmuellegger ! This pull request seems to sucessfully bring django 1.11 support to the project, can you please take a look? Thank you! :D
hi @gregmuellegger
It's possible to merge this PR please ?
Thanks
hi @gregmuellegger
Would really appreciate if you could look into merging this PR
Thanks
This repo appears to be abandoned... had to remove from all my projects so I could upgrade past Django 1.11.3
This tries to pull in various 1.11 fixes into one place, as well as test 1.11 properly
(This also reduces the scope of what the project tests to supported versions of Django)