jazzband / django-floppyforms

Full control of form rendering in the templates.
http://django-floppyforms.readthedocs.org/
Other
837 stars 148 forks source link

Django 1.11 support #196

Closed rtpg closed 4 years ago

rtpg commented 6 years ago

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)

rtpg commented 6 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.

mrjmad commented 6 years ago

:+1:

hsmett commented 6 years ago

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

dsteinberger commented 6 years ago

hi @gregmuellegger

It's possible to merge this PR please ?

Thanks

jonasmcarson commented 6 years ago

hi @gregmuellegger

Would really appreciate if you could look into merging this PR

Thanks

psyferre commented 5 years ago

This repo appears to be abandoned... had to remove from all my projects so I could upgrade past Django 1.11.3