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

Changelog

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

  * Team upload.
  * New upstream version 3.2.1
  * Update the github URL (moved to jazzband organization)
  * Replace python3-django-ninja build dep with python3-jinja2
  * Bump Standards-Version to 4.5.1

 -- Raphaƫl Hertzog <email address hidden>  Thu, 03 Jun 2021 09:45:31 +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

Impish: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-django-debug-toolbar_3.2.1-1.dsc 2.2 KiB 457ae4224640fa8b0f44e1a8d0642cace16788155b3d5b09c695ed291d1d472b
python-django-debug-toolbar_3.2.1.orig.tar.gz 225.8 KiB 8bdc7b80b02e583135b9b11d8422ccfb1458fcbb37868b6eddced569630f655c
python-django-debug-toolbar_3.2.1-1.debian.tar.xz 5.0 KiB e11b093e515045a7d4132949e509020de808362cd698b80f76640392f806997f

Available diffs

No changes file available.

Binary packages built by this source

python-django-debug-toolbar-doc: No summary available for python-django-debug-toolbar-doc in ubuntu impish.

No description available for python-django-debug-toolbar-doc in ubuntu impish.

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.