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

Changelog

python-django-extensions (3.2.1-1) unstable; urgency=medium

  * Team upload

  [ Debian Janitor ]
  * Set field Upstream-Name in debian/copyright
  * Set upstream metadata fields: Contact
  * Fix day-of-week for changelog entry 3.2.0-1

  [ Carsten Schoenert ]
  * [6959af7] New upstream version 3.2.1

 -- Carsten Schoenert <email address hidden>  Sun, 11 Sep 2022 18:31:22 +0200

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

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-django-extensions_3.2.1-1.dsc 2.7 KiB f55458d97b067f575d9ea14219b0e8d4e488000f8ffaef1ac118bb46a54d4696
python-django-extensions_3.2.1.orig.tar.gz 260.7 KiB 34b936d0a13bdaf9d9d44d43e9792d4f585338262461fd03a5cf830d7a26b64b
python-django-extensions_3.2.1-1.debian.tar.xz 383.9 KiB 8c5a5751440ca65fba895807cb0ea20b5511817d4b15ce0e5f2c808c52b9a37c

Available diffs

No changes file available.

Binary packages built by this source

python-django-extensions-doc: Useful extensions for Django projects (Documentation)

 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 documentation.

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.