File: control

package info (click to toggle)
django-auditlog 3.4.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky
  • size: 744 kB
  • sloc: python: 5,782; makefile: 46; sh: 33
file content (46 lines) | stat: -rw-r--r-- 1,626 bytes parent folder | download | duplicates (2)
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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
Source: django-auditlog
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders:
 Edward Betts <edward@4angle.com>,
Section: python
Priority: optional
Build-Depends:
 debhelper-compat (= 13),
 dh-sequence-python3,
 dh-sequence-sphinxdoc <!nodoc>,
 pybuild-plugin-pyproject,
 python3-all,
 python3-setuptools,
Build-Depends-Indep:
 postgresql,
 postgresql <!nocheck>,
 python3-dateutil <!nodoc>,
 python3-django <!nodoc>,
 python3-freezegun <!nocheck>,
 python3-psycopg2,
 python3-sphinx <!nodoc>,
 python3-sphinx-rtd-theme <!nodoc>,
 tzdata <!nocheck>,
 tzdata-legacy <!nocheck>,
Standards-Version: 4.7.2
Homepage: https://github.com/jazzband/django-auditlog
Vcs-Browser: https://salsa.debian.org/python-team/packages/django-auditlog
Vcs-Git: https://salsa.debian.org/python-team/packages/django-auditlog.git

Package: python3-django-auditlog
Architecture: all
Depends:
 ${misc:Depends},
 ${python3:Depends},
 ${sphinxdoc:Depends},
Built-Using:
 ${sphinxdoc:Built-Using},
Description: Library for logging changes to Django models
 This library records modifications to Django model instances along with the
 user responsible for the change. It offers more flexibility compared to
 Django's default admin log and provides a JSON summary of modifications,
 allowing easy tracking of changes across models. Designed to be simple and
 efficient, it minimizes storage use by avoiding full version control, instead
 focusing on logging key attributes and actions for each change. It
 communicates directly with Django models to capture and store these logs,
 integrating seamlessly into Django-based applications.