django-reversion 2.0.13-1 source package in Ubuntu

Changelog

django-reversion (2.0.13-1) unstable; urgency=low

  * New upstream release.
  * Always use pristine-tar.
  * Refresh patches.
  * Bump debhelper compatibility and version to 11.
  * Bump Standards-Version to 4.1.3.
  * Bump required Django version to 1.11.
  * Bump minimum required Python2 version to 2.7 and Python3 to 3.4.
  * Remove lintian override for missing GPG signature check on source
    tarball to serve as a reminder to improve on this.
  * Build documentation in override_dh_sphinxdoc.

 -- Michael Fladischer <email address hidden>  Sat, 27 Jan 2018 11:59:38 +0100

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
Bionic release universe python

Builds

Bionic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
django-reversion_2.0.13-1.dsc 2.1 KiB b714ec67ae91617f90411cd0067e8773ae4a0024185e8c50f88b4b87f60962eb
django-reversion_2.0.13.orig.tar.gz 64.5 KiB 76f00bbd2bf82628171a20ea70914c3a11e8d2ad090cb72d56816c43676a040b
django-reversion_2.0.13-1.debian.tar.xz 7.8 KiB 077d098b51d5385422e8cd850d671175f142ca11d78e90cdc982a6c646bf0f8f

Available diffs

No changes file available.

Binary packages built by this source

python-django-reversion: No summary available for python-django-reversion in ubuntu cosmic.

No description available for python-django-reversion in ubuntu cosmic.

python-django-reversion-doc: No summary available for python-django-reversion-doc in ubuntu cosmic.

No description available for python-django-reversion-doc in ubuntu cosmic.

python3-django-reversion: Provides comprehensive version control facilities for Django (Python3 version)

 Reversion is an extension to the Django web framework that provides
 comprehensive version control facilities.
 .
 Features:
  * Roll back to any point in a model's history - an unlimited undo facility!
  * Recover deleted models - never lose data again!
  * Admin integration for maximum usability.
  * Group related changes into revisions that can be rolled back in a single
    transaction.
  * Automatically save a new version whenever your model changes using Django's
    flexible signalling framework.
  * Automate your revision management with easy-to-use middleware.
 .
 This package contains the Python 3 version of the library.