python-django-debug-toolbar 0.8.5-1 source package in Ubuntu

Changelog

python-django-debug-toolbar (0.8.5-1) unstable; urgency=low

  * New upstream release.
  * Update debian/watch.
 -- Ubuntu Archive Auto-Sync <email address hidden>   Thu,  12 May 2011 07:51:31 +0000

Upload details

Uploaded by:
Ubuntu Archive Auto-Sync
Uploaded to:
Oneiric
Original maintainer:
lamby
Architectures:
all
Section:
python
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Oneiric: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
python-django-debug-toolbar_0.8.5.orig.tar.gz 180.4 KiB aa7d4e5522b75d6cb47cd19a587cb67b8e799214cc2e6fb8163cd15771470a87
python-django-debug-toolbar_0.8.5-1.debian.tar.gz 4.4 KiB 3218288517ec92f5d443a0c63fd26ef0d770a0120529dd7143977d45e4bbde82
python-django-debug-toolbar_0.8.5-1.dsc 1.3 KiB 8e69b972ad581906440fa296f1df5c7ee16f8a3d0d3b6b71ef7cf5dee3c75c98

Available diffs

View changes file

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.