jazzband / django-floppyforms

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

Attempt Django 2.0 support #203

Closed rtpg closed 4 years ago

rtpg commented 5 years ago

This branch includes a couple changes that should let people use this library in Django 2.0 without too many issues

igorkurochka commented 5 years ago

hi! @rtpg thanks for the efforts! are you in touch with the maintainers? any chance the PR will be merged soon?

rtpg commented 5 years ago

@igorkurochka I've sent an email way back about this offering to take over maintenance of this library, but didn't hear back from them. Will try again today.

igorkurochka commented 5 years ago

@rtpg I'm going to use the package directly from your repo@branch for now thanks again!

igorkurochka commented 4 years ago

@rtpg I've found one more onresolved issue, floppyforms/gis/widgets.py, line 87 uses gdal.OGRException which was removed after merged with GDALException in Django 1.8 https://code.djangoproject.com/ticket/28559

would be great if you resolve this in your fork. thanks

rtpg commented 4 years ago

OK we have been running this branch for a while in production and I am happy with the results. GeoDjango support is broken in 2.0 still until we fix #205, so we can't say that 2.0 support is complete just yet, but this fixes up a good amount of issues.