django-reversion 3.0.8-1 source package in Ubuntu

Changelog

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

  [ Debian Janitor ]
  * Set upstream metadata fields: Bug-Database, Bug-Submit, Repository,
    Repository-Browse.

  [ Ondřej Nový ]
  * d/control: Update Maintainer field with new Debian Python Team
    contact address.
  * d/control: Update Vcs-* fields with new Debian Python Team Salsa
    layout.

  [ Michael Fladischer ]
  * New upstream release.
  * Refresh patches.
  * Bump debhelper version to 13.

 -- Michael Fladischer <email address hidden>  Wed, 14 Oct 2020 16:00:20 +0200

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

Hirsute: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
django-reversion_3.0.8-1.dsc 1.9 KiB afa69635709660fd08928b67df36db20e57303a3630e51aad78e9274d2622ffe
django-reversion_3.0.8.orig.tar.gz 65.6 KiB 9e505b6754d8642cab1ffa918866105151da380f41e22859862b0a82e9426f39
django-reversion_3.0.8-1.debian.tar.xz 8.3 KiB 5c56c60ba3579dae43434aa34bfc89cdafe73b6f7a42edf968e91033dea00dc8

Available diffs

No changes file available.

Binary packages built by this source

python-django-reversion-doc: Provides comprehensive version control facilities for Django (Documentation)

 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 documentation.

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.