monosans

Results 7 issues of monosans

I think that `devel.json` shouldn't be placed in `~/.cache` folder, because system cleaners (BleachBit, for example) delete all the content of `~/.cache` folder. It leads to paru forgetting which commit...

# Bug report ## What's wrong ```python from django.test import Client c = Client() response = c.get("/admin/", follow=True) response.redirect_chain # "_MonkeyPatchedWSGIResponse" has no attribute "redirect_chain" ``` ## How is that...

bug

## Description Checklist: - [X] I've made sure that tests are updated accordingly (especially if adding or updating a template option) - [X] I've updated the documentation or confirm that...

- [X] I'm on the [latest version](https://pypi.org/project/djlint/) of djLint - [X] I've searched the [issues](https://github.com/Riverside-Healthcare/djLint/issues) - [X] I've read the [docs](https://djlint.com) ## System Info - OS: Arch Linux - Python...

:microbe: bug
:mag: linter

Is using Rust considered cheating?

# Bug report ## What's wrong After updating to version 1.13.0, I'm getting a false positive when using mixins with DeleteView. Probably [this commit](https://github.com/typeddjango/django-stubs/commit/7bce5c2081ef2b7bc84daca68d0f3d11a38bdf66) is related to this bug. ```python...

bug
upstream mypy