python-django-debug-toolbar 1:1.2.1-2 source package in Ubuntu

Changelog

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


  * debian/copyright: Update to properly conform to the machine-readable 
    copyright spec.
  * Jquery is no longer bundled, so drop linking code in debian/rules.
  * Move libjs-jquery to Suggests. Upstream introduced a JQUERY_URL
    configuration option that can also take a local URI.
  * Build Python 3 package (Closes: #755617).
  * Build python-django-debug-toolbar-doc package with common docs.

 -- Andrew Starr-Bochicchio <email address hidden>  Sun, 07 Sep 2014 16:14:52 -0400

Upload details

Uploaded by:
Debian Python Modules Team
Uploaded to:
Sid
Original maintainer:
Debian Python Modules Team
Architectures:
all
Section:
python
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Vivid: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-django-debug-toolbar_1.2.1-2.dsc 2.5 KiB 2b8bde8a4d128f2b78e21468c5852cdcacc5fc44235a135aa972ee146c35d74f
python-django-debug-toolbar_1.2.1.orig.tar.gz 519.5 KiB 2e7e79b7535456fd6b95e56a2e9ac179edd137207cd59ef681b80ef52e8b49b7
python-django-debug-toolbar_1.2.1-2.debian.tar.xz 4.2 KiB ae5be54f0c2d1e57cb0484fa41aabc10789fd93b057f0e1969580b53fc187001

Available diffs

No changes file available.

Binary packages built by this source

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

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

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

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

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.