jazzband / django-floppyforms

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

Is this project dead? #215

Closed matmunn closed 4 years ago

matmunn commented 4 years ago

There seems to be minimal activity on this project and it doesn't work on Django 2.2

javiermatos commented 4 years ago

I have submitted a PR #219 to have Django 3.0 compatibility. I think it should work with Django 2.2 too. I am already using it in production.

matmunn commented 4 years ago

Given that this is the first comment on this issue which has been open for 4 months, I'd say it's dead.

I ended up removing floppyforms and using functionality which has since been built into core Django to solve the issues.

dennisvd commented 4 years ago

According to PYPI the last supported Django version is 2.1. So yes it seems that there isn't enough interest. I'm currently removing floppyforms in a project I'm working on.

rtpg commented 4 years ago

Ah, somehow I missed this thread.

This project is effectively in maintenance mode for the most part. The core functionality of floppyforms is now present within Django directly, though I think auxiliary stuff around GeoDjango might not. My main focus is mainting compatibility with later versions of Django

rtpg commented 4 years ago

Let's say the project is not meant to be dead, but I have to be paying attention to things in this repo. I have set my notifications to be much louder on this repo to see this kind of stuff.

@matmunn do you have a specific issue occurring in Django 2.2? I have this running in a 2.2 production environment for a while without any noticable issues (though perhaps this isn't indicated properly in the metadata)

@dennisvd I think you were asking about this in the IRC as well, if you're hitting a specific issue please tell me and I'll see if I can look into it (blocking some maintenance time tomorrow for this project)

matmunn commented 4 years ago

@rtpg I can't remember anymore, it was something to do with one of the template tags. I ended up pulling floppyforms out and using the core functionality.

rtpg commented 4 years ago

alright, can't blame you. There's a new release out now so hopefully this will make this project be considered a bit less dead. Apologies again for the delays on all of this