django-reversion 5.0.1-1 source package in Ubuntu

Changelog

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

  * New upstream release.
  * Bump Standards-Version to 4.6.1.0.

 -- Michael Fladischer <email address hidden>  Mon, 01 Aug 2022 08:32:35 +0000

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Kinetic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
django-reversion_5.0.1-1.dsc 1.9 KiB ddb5d5fb22ae4172f6fd16ac78ba450c527d3c7bfc59204c94ccaf0b47c9aa65
django-reversion_5.0.1.orig.tar.gz 67.8 KiB e2affe138d776ba29978cf7cd1048b7fe2aa27b0407836dbe045c516e47d1511
django-reversion_5.0.1-1.debian.tar.xz 8.9 KiB e96010145a98043a2a95d9e593ebe2ff2b43a6a1d4224087ea2c86dc47273706

Available diffs

No changes file available.

Binary packages built by this source

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

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

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.