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

Changelog

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

  * Team upload.
  * New upstream version 4.3
    (Closes: #1061751)
  * d/rules: Drop --with option in default target
  * d/copyright: Update year data
  * autopkgtest: Ensure test use all Python versions

 -- Carsten Schoenert <email address hidden>  Sat, 10 Feb 2024 20:52:16 +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

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-django-debug-toolbar_4.3-1.dsc 2.6 KiB c684e822d13e5d10d277ceaa9fbad2fe151df9c4a3f99358163e905dcbf179da
python-django-debug-toolbar_4.3.orig.tar.gz 258.5 KiB 1deb0aa2f09879e908c67efcd313dcfa43b78bfcbc94a528d55e69a55360efff
python-django-debug-toolbar_4.3-1.debian.tar.xz 7.6 KiB f53cbc612c2844282d24d9c2a608930c69531ab48017afea67b1616040b7bb5d

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.