Steve Lacey
Steve Lacey
I am implementing a webhook-like system, and your library looks to fit the bill – however, I need to define hooks on the fly – they're based on statuses stored...
I am trying to building something similar to the webhooks available for GitHub organizations. I note that GitHub binds its hooks to their organization model i.e. send me all status...
@evert I am doing some work with sync-tokens and sync-collections, and working through some issues with multistatus responses. When I have an XML response like this: ``` xml /carddav/v1/principals/[email protected]/lists/default/2fd4e578c089c2c HTTP/1.1...
I am just using doing this for now and parsing the template manually: ``` html {% rawjstemplate 'example-template' %} ``` But, formal support for [Twig.js](https://github.com/justjohn/twig.js) would be cool.
**Is your feature request related to a problem? Please describe.** Specifying what types are acceptable on a per-field basis will be a pretty common requirement, especially around image, audio, and...
### Avoid duplicates - [X] I agree to follow the [Code of Conduct](https://github.com/ferdium/ferdium-app/blob/HEAD/CODE_OF_CONDUCT.md) that this project adheres to. - [X] I have searched the [issues tracker](https://github.com/ferdium/ferdium-app/issues?q=is%3Aopen+is%3Aissue+label%3A%22bug+%3Abeetle%3A%22) for a bug report...
It would be helpful if django-cleanup allowed ignoring or selecting specific fields in a model. In my project some models have fields that can't be cleaned because they have non-uniques,...
Select models and fields via settings, allowing for more granular filtering of what is or isn't included in cleanup. ```py CLEANUP = { # "core.achievement": {"frame", "image", "obscure_image"}, "core.achievementupload": {"achievement_csv"},...