Releases: yunojuno/django-request-profiler
Releases · yunojuno/django-request-profiler
Add support for Django 5.0
v1.1
- Added support for Django 5.0
- Added support for Python 3.12
- Replaced flake8, isort with ruff
No code changes.
Add support for Django 3.0, drop Django 1.11
Add query_count to profiling record
When DEBUG is True, the profiler will now store the len(django.db.connection.queries)
for each profiled request.
Drop support for Django < 1.7
v0.11.0