django-generic-confirmation icon indicating copy to clipboard operation
django-generic-confirmation copied to clipboard

A generic change confirmation app for Django

Results 7 django-generic-confirmation issues
Sort by recently updated
recently updated
newest added

What are the plans to release a new version that's compatible with Django 2+?

Hellow, thank you for your work on this module I was trying to use this with Django >= 2, and it was complaining that ForeignKeys don't have any on_delete attribute...

Hi, maybe it would be useful to move the logic from the form into views for example with a class-based-view mixin. This would allow to use the request object to...

Hi, thank you for this nice little implementation of generic confirmation forms. It would be really nice to avoid confirmation mails at save actions without changes. In a form you...

I am working on an old code base which uses django-generic-confirmation. Since this projects looks dead I see these options: 1. try to find a better maintained fork 2. fork...