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

Changelog

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

  * Team upload

  [ Diego M. Rodriguez ]
  * d/.links - use python-django-extensions-doc (Closes: #988793)

  [ Carsten Schoenert ]
  * New upstream version 3.1.3
  * Rebuild patch queue from patchqueue branch
    Renamed patch:
    0001-Change-image-URLs-to-use-local-copy-of-images-to-pre.patch
    -> debian/patches/0001-Use-local-stored-images-to-prevent-privacy-breach.patch
    
    4ba2513ddb3815cdc15d0c5f681b5665f300718c.patch
    -> 0003-CSS-style-change-for-new-versions-of-pygments.patch
    
    Updated/adjusted patch:
    0002-Update-reference-to-python-werzeug-package.patch
    
    Removed patches:
    python39_html_unescape.patch
    python39_singular_abstract_class_msg.patch

  * Running wrap-and-sort -ast
  * d/control: Sort binary packages alphabetical
  * d/control: Mark the -doc package Multi-Arch: foreign
  * d/control: Bump debhelper version to 13
  * d/control: Adding entry Rules-Requires-Root: no
  * d/control: Update Standards-Version to 4.6.0
    No further changes needed.
  * d/watch: Update to version 4
  * d/control: Drop python3-six on source and binary package
    Upstream has dropped a dependency on the six package.

 -- Carsten Schoenert <email address hidden>  Sat, 18 Sep 2021 21:34:38 +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

Jammy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-django-extensions_3.1.3-1.dsc 2.7 KiB b34195a87871301b56c5da39f7d22ab2d7f68f146658c0800c5a76b9a96249b9
python-django-extensions_3.1.3.orig.tar.gz 252.5 KiB bbfba44a6941e942c0d4ffd7cb7c26d1209a4cc8fef93ebc894f6a6a3ad1df9d
python-django-extensions_3.1.3-1.debian.tar.xz 384.1 KiB d533495c349966cf2fccc093edb723fedb39d774b284847e864644e0dff40524

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.