python-django-mptt 0.11.0-1 source package in Ubuntu

Changelog

python-django-mptt (0.11.0-1) unstable; urgency=medium

  * Team upload

  [ Antonio Terceiro ]
  * New upstream version 0.11.0
    - Builds and tests fine against Django 3 (Closes: #961168)
  * Bump Standards-Version to 4.5.0 (no changes needed)
  * Bump debhelper compatibility level to 13. This does not change the
    binaries produced.

 -- Antonio Terceiro <email address hidden>  Sat, 23 May 2020 09:22:44 -0300

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Groovy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-django-mptt_0.11.0-1.dsc 2.2 KiB 030a3533071fe44966d477fda381fc3d383930f7bd498cdd8b4ef3b574ca26b7
python-django-mptt_0.11.0.orig.tar.gz 290.6 KiB acbecfc6d56c53f894a2e28d15aef9d922f21c0a4976a5a2e48855f420ee976e
python-django-mptt_0.11.0-1.debian.tar.xz 3.9 KiB f90b0c23ff92c243575c6d556270dfe8babbaf6c3ecc00951e29c92e7ba219f9

Available diffs

No changes file available.

Binary packages built by this source

python-django-mptt-doc: Modified Preorder Tree Traversal Django application (documentation)

 Django MPTT is a reusable/standalone Django application which aims to
 make it easy for you to use Modified Preorder Tree Traversal with your
 own Django models in your own applications.
 .
 It takes care of the details of managing a database table as a tree
 structure and provides tools for working with trees of model instances.
 .
 This package contains the documentation.

python3-django-mptt: Modified Preorder Tree Traversal Django application

 Django MPTT is a reusable/standalone Django application which aims to
 make it easy for you to use Modified Preorder Tree Traversal with your
 own Django models in your own applications.
 .
 It takes care of the details of managing a database table as a tree
 structure and provides tools for working with trees of model instances.