1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27
|
Source: python-django-simple-history
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Uploaders: Antonio Terceiro <terceiro@debian.org>
Section: python
Priority: optional
Build-Depends: debhelper-compat (= 11),
dh-python,
python3-all,
python3-django,
python3-setuptools (>= 0.6b3),
Standards-Version: 4.3.0
Homepage: https://github.com/treyhunner/django-simple-history
Vcs-Git: https://salsa.debian.org/python-team/modules/python-django-simple-history.git
Vcs-Browser: https://salsa.debian.org/python-team/modules/python-django-simple-history
X-Python3-Version: >=3.6
Package: python3-django-simple-history
Architecture: all
Depends: ${misc:Depends},
${python3:Depends},
python3-django,
Description: simple version control from Django model objects (Python 3)
django-simple-history stores Django model state on every create/update/delete.
Versions are stored in a parallel table, and can save all of the fields from
the original table, or a subset of them.
.
This package provides django-simple-history for Python 3.
|