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

Changelog

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

  * Team upload.
  * autopkgtest: Change how Python 3 version is used
    (Closes: #1061751)

 -- Carsten Schoenert <email address hidden>  Tue, 20 Feb 2024 18:39:01 +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
Oracular release universe python
Noble release universe python

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-django-debug-toolbar_4.3-2.dsc 2.6 KiB 9d5bc5c39f1c9da84350057c3d33c06e6376b2c249f845c129161f34f5d2f90e
python-django-debug-toolbar_4.3.orig.tar.gz 258.5 KiB 1deb0aa2f09879e908c67efcd313dcfa43b78bfcbc94a528d55e69a55360efff
python-django-debug-toolbar_4.3-2.debian.tar.xz 7.6 KiB 677f4dd9cf842f9147b165bde132768212ef948cdda25ec009dfb01944192cae

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.