Patrick Forringer
Patrick Forringer
At the moment it's hard to extend the built-in form and make it potentially work with a model form. I would like to make an attempt to generalize it into...
In `django.models.base.BaseModel` the delete method returns a tuple from the `collector.delete()` call. The overwritten delete method provided by the `SafeDeleteModel` does not attempt to mirror this behavior which changes the...
Ran into this issue when attempting to log state changes on a model that uses Postgres uuid4 fields for the primary key.
**Is your feature request related to a problem? Please describe.** When using the extension with runners that wrap the behave module or add additional hooks into setup, the extension fails....
How do you overwrite the slipper component templates? I'm attempting to update the container component to swap out some classes. I've created a `components/container.html` in one of my apps to...