python-django-extensions 1.2.5-1 source package in Ubuntu

Changelog

python-django-extensions (1.2.5-1) unstable; urgency=low


  [ Stephan Sürken ]
  * [9a4f8dd] Imported Upstream version 1.2.5 (Closes: #690425).
  * [563777b] patches/01-werkzeug-package.diff: Refresh for upstream 1.2.5.
  * [ce22404] control: New upstream needs python-six.
  * [336ae49] control: Taking over package, fix Maintainer field.
  * [10707a6] control: Update Stds-Ver to 3.9.5 (no changes needed).

 -- Stephan Sürken <email address hidden>  Tue, 12 Nov 2013 16:14:34 +0100

Upload details

Uploaded by:
Stephan A Suerken
Uploaded to:
Sid
Original maintainer:
Stephan A Suerken
Architectures:
all
Section:
python
Urgency:
Low 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-extensions_1.2.5-1.dsc 1.3 KiB f2c7da13f85d195ad5cbc04b991a44349b39bf2d762069e7e5421d73c978041e
python-django-extensions_1.2.5.orig.tar.gz 130.4 KiB 99f0c588a91c9677c6a77bd9517f2a5ee5287ca23008e90724004fca2c76d21e
python-django-extensions_1.2.5-1.debian.tar.gz 4.0 KiB f4a4452816b582ddb86d93fb3130fe61133018a1560a381311ba5b4a7b83d4f0

No changes file available.

Binary packages built by this source

python-django-extensions: Useful extensions for Django projects

 This is a collection of useful third-party tools for projects that use the
 Django web development framework. It provides the management commands:
 .
  * runserver_plus - a "runserver" that uses the interactive Werkzeug debugger
  * runprofileserver - starts runserver with profiling tools enabled
  * shell_plus - similar to the built-in "shell" but autoloads all models
  * graph_models - creates a GraphViz dot file of your model arrangement
  * describe_form - generate template form definitions for a model
  * export_emails - export the addresses of your users in many formats
  * print_user_for_session - print the user information from a session key
  * create_jobs/runjob/runjobs - manage scheduled maintenance jobs
  * (plus many more)
 .
 python-django-extensions also includes a number of custom fields and abstract
 models, including ones that manage created and updated times automatically.