python-django-mptt 0.13.2-2 source package in Ubuntu

Changelog

python-django-mptt (0.13.2-2) unstable; urgency=medium

  * Team upload.
  * python-django-mptt-doc: add Breaks: and Replaces: on older versions or
    python3-django-mptt, as some files were moved from the later to the former
    in the last upload (fixing a bug, but introducing another one when
    upgrading).

 -- Antonio Terceiro <email address hidden>  Mon, 30 Aug 2021 20:12:02 -0300

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
Noble release universe python
Mantic release universe python
Lunar release universe python
Jammy release universe python

Builds

Jammy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-django-mptt_0.13.2-2.dsc 2.2 KiB 3acee3db502107203336628f8c6468a21a7ce91456541a484669e315bc11e553
python-django-mptt_0.13.2.orig.tar.gz 296.5 KiB 47a721276548a7ab76679dea95d6d79adbcc653fa2fe1d430f1dfd33b8cc72dc
python-django-mptt_0.13.2-2.debian.tar.xz 5.5 KiB f7f326281a9a16595ebafe8746bcf6990fc78d66c1fdf36201aa8011f8c402dd

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.