python-django-extensions 3.2.3-2 source package in Ubuntu

Changelog

python-django-extensions (3.2.3-2) unstable; urgency=medium

  * Team upload
  * d/p/0004: Disable dumpscript tests as a temporary solution
    (Closes: #1066753)

 -- Pierre-Elliott Bécue <email address hidden>  Thu, 25 Apr 2024 01:25:03 +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
Oracular release universe python

Builds

Oracular: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-django-extensions_3.2.3-2.dsc 2.5 KiB 28eee8bc2c20a1ac2259f0e69dfde5972affad6679b66217e194ee6240b35a6f
python-django-extensions_3.2.3.orig.tar.gz 261.6 KiB 47d48571bcdc6b284824ebd54103460028d6026dc914c390b8ada02fa84463bd
python-django-extensions_3.2.3-2.debian.tar.xz 385.7 KiB 46f90e630eed8947f43b8633a93682a82bf8edec65c304396237ecd1668ad2d2

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.