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

Changelog

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

  * Team upload.
  * d/gbp.conf: Adding a default configuration for gbp
  * d/README.source: Adding some information about packaging
  * New upstream version 3.5
  * Add patches from patch-queue branch
    Added patches:
    Test-Skip-sql_tracking.SQLQueryTriggered.patch
    Privacy-Remove-linking-to-external-Jazzband-graphic.patch
  * d/rules: Remove obsolete Python2 settings
  * d/rules: Use dh_sphinxdoc to build documentation
  * d/rule: Use some more verbosity within the tests
  * autopkgtest: Also use more testing verbosity here
  * Running wrap-and-sort -ast
  * d/control: Remove obsolete version requirements
  * d/control: Sort binary packages alphabetical
  * d/control: Split off B-D to additional B-D-Indep
  * d/control: Increase Standards-Version to 4.6.1
    No further changes needed.
  * d/copyright: Update years of copyright
  * d/watch: Define version 4
  * d/p-d-debug-toolbar-doc.doc-base: Add sequencer file

 -- Carsten Schoenert <email address hidden>  Tue, 12 Jul 2022 19:49:25 +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

Kinetic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-django-debug-toolbar_3.5-1.dsc 2.4 KiB 093f84f24e1f88f1df39661812b92bc5bd30b31ab535ad13aa57d2bbc1b78222
python-django-debug-toolbar_3.5.orig.tar.gz 257.7 KiB 6d407791707ce2deaf55d488b396874142ff3abbd780b8fcb8cd3869d9979403
python-django-debug-toolbar_3.5-1.debian.tar.xz 6.8 KiB b9f037de6db1469bd269ffe6fae500d43c8afefed764220a66992cd5c45114f7

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.