python-django-debug-toolbar 1:4.3-1ubuntu1 source package in Ubuntu

Changelog

python-django-debug-toolbar (1:4.3-1ubuntu1) noble; urgency=medium

  * Require root access for the autopkg test.

 -- Matthias Klose <email address hidden>  Mon, 19 Feb 2024 02:53:03 +0100

Upload details

Uploaded by:
Matthias Klose
Uploaded to:
Noble
Original maintainer:
Debian Python Team
Architectures:
all
Section:
python
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-django-debug-toolbar_4.3.orig.tar.gz 258.5 KiB 1deb0aa2f09879e908c67efcd313dcfa43b78bfcbc94a528d55e69a55360efff
python-django-debug-toolbar_4.3-1ubuntu1.debian.tar.xz 7.7 KiB 6ea1a5fa4996f695140c0f42dd4496ac5399723fc5ee07731c9406ba5781c1d8
python-django-debug-toolbar_4.3-1ubuntu1.dsc 2.7 KiB 8a080252709895e69d19ef58894779aea7a8ff968181190a9fced79189628de7

View changes file

Binary packages built by this source

python-django-debug-toolbar-doc: Embedded debugging toolbar for Django projects (documentation)

 The Django Debug Toolbar is a plug-in Django application that displays a set
 of panels which conveys information about the current request at the top of the
 rendered page. It can show:
 .
   * Total time taken to process request
   * Request variables, including GET, POST, cookie, and session information.
   * All SQL queries performed during response creation and processing,
     including timing and 'EXPLAIN' output for each query in conjunction with
     the total time spent performing SQL queries. If python-pygments is
     installed, the SQL syntax is highlighted.
   * Current Django version
   * HTTP headers
   * Total requests, time, hits and misses of the cache.
   * Which templates were rendered the context provided to each template.
 .
 This is the common documentation package.

python3-django-debug-toolbar: Embedded debugging toolbar for Django projects (Python 3 version)

 The Django Debug Toolbar is a plug-in Django application that displays a set
 of panels which conveys information about the current request at the top of the
 rendered page. It can show:
 .
   * Total time taken to process request
   * Request variables, including GET, POST, cookie, and session information.
   * All SQL queries performed during response creation and processing,
     including timing and 'EXPLAIN' output for each query in conjunction with
     the total time spent performing SQL queries. If python-pygments is
     installed, the SQL syntax is highlighted.
   * Current Django version
   * HTTP headers
   * Total requests, time, hits and misses of the cache.
   * Which templates were rendered the context provided to each template.
 .
 This package contains the Python 3 version.