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

Changelog

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

  * Team upload.
  * d/watch: Use git mode to detect new tagged versions
  * New upstream version 3.7
  * d/control: Adding entry Rules-Requires-Root: no
  * d/copyright: Add myself to the copyright data

 -- Carsten Schoenert <email address hidden>  Sat, 22 Oct 2022 12:25:19 +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

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-django-debug-toolbar_3.7-1.dsc 2.5 KiB 9243cd919278b45f7567185d39216f362c8b8a253ea10242c37539311d698820
python-django-debug-toolbar_3.7.orig.tar.gz 260.0 KiB 1dcf77edc85b377724e7b0705002e909b1b3495ee272ac8d8d9f78a3d0e5f7d8
python-django-debug-toolbar_3.7-1.debian.tar.xz 6.9 KiB eaedc874b43f977bcdc8b79df825b11ce51aeaad423a2b85a08cc63408996f04

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.