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

Small mixins for Django's generic class-based views.

Results 1 django-brackets issues
Sort by recently updated
recently updated
newest added

# 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...