With this release, DDRR only supports Python 3.8-3.11 and Django 3.2-4.1.
- Support for Python 3.10 and 3.11
- Support for Python < 3.8
- Support for Django < 3.2
- Fix: The request could crash when the log record could not be formatted
- Add Python 3.9 support
- Drop Python 3.6 support
- Drop Django < 2.2 support
- Drop
default_app_config
- Lots of dependency updates
- General clean-up
- Switch CircleCI to GitHub Actions
- Fix attrs dependency
- Officially support Django 3.x
- Require Python 3.6+ (Django 3.x requires it)
- No changes or bug fixes, that's about it
- Fix crash when cleaning HTTP headers #4
- Update pyproject.toml to work with newer Poetry
- Fix crash when Content-Type doesn't exist
- Add support for streaming responses
- (Packaging) Add PyPI classifiers
- Handle UnicodeDecodeError if body is not UTF-8 decodable
- Add option to disable runserver's default logging
- Replace
quick_setup
with Django settings - Don't implicitly set up the middleware
- Drop support for Django 1.x and Python 2.x
- Use
minidom
as fallback for XML pretty-printing
- Add
colors
option - Add
limit_body
option - Drop dictConfig-style configuration
- Minor change to default output format
- Clean up packaging
- Fix package metadata
-
Initial release