python-django-extensions 3.2.0-1 source package in Ubuntu
Changelog
python-django-extensions (3.2.0-1) unstable; urgency=medium * Team upload * New upstream version 3.2.0 (Closes: #1013536) * d/control: Update Standards-Version to 4.6.1 * autopkgtest: Ignore new added test from upstream We need also to ignore test_managestate.py within an autopkgtest run. -- Carsten Schoenert <email address hidden> Mon, 09 Aug 2022 21:04:01 +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 | Published | Component | Section | |
---|---|---|---|---|
Kinetic | release | universe | python |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
python-django-extensions_3.2.0-1.dsc | 2.6 KiB | e588fcb245abab89e3c4b0e38d656f4a57a105376acd9ee394c96a8627a41a46 |
python-django-extensions_3.2.0.orig.tar.gz | 260.2 KiB | cde0a090d201aa889a530ffd1e6043bc348ab772eb84ab148c522dac64623870 |
python-django-extensions_3.2.0-1.debian.tar.xz | 383.8 KiB | 27ae892d71bc9260a792c73238d1496c4091091c56e52b8cfab9191bc0b489b4 |
Available diffs
- diff from 3.1.5-2 to 3.2.0-1 (20.3 KiB)
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.