python-django-debug-toolbar 1:3.8.1-1 source package in Ubuntu

Changelog

python-django-debug-toolbar (1:3.8.1-1) unstable; urgency=medium

  * Team upload.
  * New upstream version 3.8.1
  * Rebuild patch queue from patch queue branch
    Added patch:
    docs-Use-local-inventory-for-intersphinx.patch
  * d/control: Update build dependencies, add BuildProfileSpec
  * d/rules: Define and using a variable SPHINXOPT

 -- Carsten Schoenert <email address hidden>  Mon, 05 Dec 2022 18:45:47 +0100

Upload details

Uploaded by:
Debian Python Team
Uploaded to:
Sid
Original maintainer:
Debian Python Team
Architectures:
all
Section:
python
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Lunar release universe python

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-django-debug-toolbar_3.8.1-1.dsc 2.6 KiB 8654ba45f95ce77fd0c04d97c8b9b6b22ba4fbd6339cc1dea20493759302d3e9
python-django-debug-toolbar_3.8.1.orig.tar.gz 263.1 KiB 6ca99a31ed5c97308286a16b37d2df30a73870be704d15b4caea4b1733605eb4
python-django-debug-toolbar_3.8.1-1.debian.tar.xz 7.4 KiB 515923fc87f8c5eab0b3854166591a0ddaad29227c26e846d123c47c6a3148fe

Available diffs

No changes file available.

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.