Path to this page:
Subject: CVS commit: pkgsrc/www/py-django-debug-toolbar
From: Adam Ciarcinski
Date: 2024-07-17 11:14:17
Message id: 20240717091417.16BBAFC74@cvs.NetBSD.org
Log Message:
py-django-debug-toolbar: updated to 4.4.6
4.4.6 (2024-07-10)
* Changed ordering (and grammatical number) of panels and their titles in
documentation to match actual panel ordering and titles.
* Skipped processing the alerts panel when response isn't a HTML response.
4.4.5 (2024-07-05)
* Avoided crashing when the alerts panel was skipped.
* Removed the inadvertently added hard dependency on Jinja2.
4.4.4 (2024-07-05)
* Added check for StreamingHttpResponse in alerts panel.
* Instrument the Django Jinja2 template backend. This only instruments
the immediate template that's rendered. It will not provide stats on
any parent templates.
Files: