ma11011s

Results 5 issues of ma11011s

validator.w3.org generates info messages that it detected "Trailing slash on void elements". django-htmlmin add these trailing slashes. ![image](https://user-images.githubusercontent.com/25033774/230884119-4a9ba123-0b66-4a06-8264-099ebec59c13.png)

In the readme this example code is given: ```python print(render_block_to_string('test3.html', 'block3', {'variable': 'test'})) ``` but the code defines that context is not a `dict` but `Optional[Context] = None`: ```python def...

### Confirm this is a Python library issue and not an underlying Cloudflare API issue. - [x] This is an issue with the Python library ### Describe the bug When...

This pull request adds support for Django 6.0 and Python 3.14. Tested the package with: - Django 6.0 - Python 3.12, 3.13, and 3.14 - Middleware and model audit events...