python-django-debug-toolbar 1:1.0.1-0+nmu1 source package in Ubuntu

Changelog

python-django-debug-toolbar (1:1.0.1-0+nmu1) unstable; urgency=medium


  * Non-maintainer upload.

  [ Chris Lamb ]
  * Drop get-orig-source target now we are using git-buildpackage

  [ Raphaël Hertzog ]
  * New upstream release. Closes: #636897
  * Brings compatibility with Django 1.6. Closes: #726011
  * Switch from python-support to dh-python
  * Updated Standards-Version to 3.9.5.
  * Update watch file.
  * Drop useless debian/README.Debian, debian/setup.py.

 -- Raphaël Hertzog <email address hidden>  Tue, 21 Jan 2014 08:55:43 +0100

Upload details

Uploaded by:
lamby
Uploaded to:
Sid
Original maintainer:
lamby
Architectures:
all
Section:
python
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Trusty release universe python

Builds

Trusty: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
python-django-debug-toolbar_1.0.1-0+nmu1.dsc 1.7 KiB ef5df4533244c93480840ae9ee229086338366c10300165fb3edc2c820b6e9e3
python-django-debug-toolbar_1.0.1.orig.tar.gz 518.9 KiB a5ba7a9eed8c387b2e2e4beb1d33c974c1f2ab34e20f5fb7e11a82ece6e19a6e
python-django-debug-toolbar_1.0.1-0+nmu1.debian.tar.xz 3.9 KiB e19ae3f1a1ed0b30652288af14c1aecc239449896c5a617b46a55cb80d83c1c2

No changes file available.

Binary packages built by this source

python-django-debug-toolbar: Embedded debugging toolbar for Django projects

 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.