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

Changelog

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

  * Team upload.
  * New upstream version 4.2
  * Rebuild patch queue from patch queue branch
    Dropped patch:
    Test-Skip-sql_tracking.SQLQueryTriggered.patch
  * d/control: Add new build dependency for documentation
  * d/control: Move some Build-Depends-Indep to B-D

 -- Carsten Schoenert <email address hidden>  Sat, 21 Oct 2023 12:51:21 +0200

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

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-django-debug-toolbar_4.2-1.dsc 2.6 KiB 2a8c6e5459c3d1a5ab50bd79324d281e2425ac4c32a6d58ab5ce4d85d3459b93
python-django-debug-toolbar_4.2.orig.tar.gz 257.2 KiB 77b63211dd853ea272bc96015817b3de68df2c0a0b024864c4dacd0434bc1f05
python-django-debug-toolbar_4.2-1.debian.tar.xz 7.3 KiB 02b9f68b00e5e2bfc231f0141d3e76bd6e990f83af3156d6f79eb9340a3ac323

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.