python-django-extensions 3.0.3-3 source package in Ubuntu

Changelog

python-django-extensions (3.0.3-3) unstable; urgency=medium

  * debian/tests/control
    - upgrade b-d on pygments to >= 2.7.1+dfsg-1~

 -- Sandro Tosi <email address hidden>  Sun, 25 Oct 2020 17:51:51 -0400

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Hirsute: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-django-extensions_3.0.3-3.dsc 2.6 KiB 7ccfe105bc82991a5b3fd752eb32d9eabc0043fccf84c67a87319848c30dec9d
python-django-extensions_3.0.3.orig.tar.gz 243.9 KiB 28c8db041d400862404b30bf553610258b5edf02985c5aed33ad07478195808e
python-django-extensions_3.0.3-3.debian.tar.xz 384.1 KiB 107f212d10ec13fa61861ab892eb62decb77f80c27d50f415177528594c19e37

Available diffs

No changes file available.

Binary packages built by this source

python-django-extensions-doc: No summary available for python-django-extensions-doc in ubuntu hirsute.

No description available for python-django-extensions-doc in ubuntu hirsute.

python3-django-extensions: Useful extensions for Django projects (Python 3 version)

 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.
 .
 This package contains the Python 3 version of the library.