ma11011s
ma11011s
validator.w3.org generates info messages that it detected "Trailing slash on void elements". django-htmlmin add these trailing slashes. 
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...