Kenneth Love
Kenneth Love
 This PR introduces a backwards-compatible change to the `HeaderMixin`. Our existing method works but feels kind of heavy-handed. This approach is more in-line with Django's design, IMO, and doesn't...
Let's go for 100. We're only about 2.5% of the way away.
You know why.
Our tests seem a little overly complicated. We should make sure they're as easy to write as possible. Maybe we should have a "how to write a test" guide
Create a workflow to handle automatic publishing to PyPI
# Expected behavior The view should redirect like it does for a `GET` request. # Steps to reproduce * Change [this line](https://github.com/brack3t/django-brackets/blob/bf854d0c79cca182c402b0e680dfd1a246356679/tests/mixins/test_access.py#L252) from `.get` to `.post`. * Save and run...
Hey all! The other creator of [django-braces](https://github.com/brack3t/django-braces) and myself no longer have time or inclination to support the project. It doesn't require much upkeep, mostly some minor issue triage and...
`fort` -> `for`
The use of `async_trait` was preventing `axum-flash` from working with modern (0.10) `axum-extra`. Removed both uses and the now-unused dependency. Project builds and all tests pass. Thanks for all your...