python-django-debug-toolbar 1:0+git201107220111-96e46c6-1 source package in Ubuntu

Changelog

python-django-debug-toolbar (1:0+git201107220111-96e46c6-1) unstable; urgency=low

  * New upstream snapshot.
  * Bump Standards-Version to 3.9.2.
  * New Homepage.
  * Don't use upstream Makefile target.
  * Don't embed jquery.cookie.js file.
 -- Ubuntu Archive Auto-Sync <email address hidden>   Mon,  17 Oct 2011 13:47:16 +0000

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
Precise release universe python

Builds

Precise: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
python-django-debug-toolbar_0+git201107220111-96e46c6.orig.tar.bz2 208.6 KiB b44ed72cb81d9b6320c9a691f3f4280f30f2c6af49c3faadcbd47ca66865beb0
python-django-debug-toolbar_0+git201107220111-96e46c6-1.debian.tar.gz 4.6 KiB c253b218a3a7049787c314c6be5a7b3cc2ed340e8276ab38847f517ceeec1a6f
python-django-debug-toolbar_0+git201107220111-96e46c6-1.dsc 1.5 KiB e9dbe362221fff9fa04cfcc8bdcfd0379f0069a6b24bbafaf3772e9fcb49fa4a

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.