django-approval icon indicating copy to clipboard operation
django-approval copied to clipboard

Easy moderation of changes made to models. Django 3.2 and above, beta quality.

Results 3 django-approval issues
Sort by recently updated
recently updated
newest added

Hi! First, thanks for making this library! I'm having an issue with it and m2m models using postgres and psycopg. Here are is a relevant set of models, one of...

Maybe a non-issue, but before I added this, everything created/updated was skipping the Sandbox and the monitored model was being saved directly without requiring approval. Using django 4.2. Thanks for...

I guess this library was specifically made to have approvals in Django forms? Is there a way to * send a signal to approve a model * instead of using...