File: control

package info (click to toggle)
django-dirtyfields 1.3.1-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 272 kB
  • sloc: python: 812; makefile: 168
file content (34 lines) | stat: -rw-r--r-- 1,409 bytes parent folder | download
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
Source: django-dirtyfields
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Uploaders: Christopher Hoskin <mans0954@debian.org>
Section: python
Priority: optional
Build-Depends: dh-python, python3-setuptools, python3-all, debhelper-compat (= 12),
 python3-pytest, python3-sphinx, python3-pytest-django, python3-django,
 python3-tz
Standards-Version: 4.4.0
Homepage: https://github.com/romgar/django-dirtyfields
Vcs-Git: https://salsa.debian.org/python-team/modules/django-dirtyfields.git
Vcs-Browser: https://salsa.debian.org/python-team/modules/django-dirtyfields


Package: python3-django-dirtyfields
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends}
Description: package for tracking dirty fields on a Django model instance (Python 3)
 django-dirtyfields is a package for tracking dirty fields on a Django model
 instance, where dirty means that field in-memory and database values are
 different.
 .
 This is the Python 3 version of the package.

Package: python-django-dirtyfields-doc
Architecture: all
Section: doc
Depends: ${misc:Depends}, ${sphinxdoc:Depends}
Description: package for tracking dirty fields on a Django model instance (documentation)
 django-dirtyfields is a package for tracking dirty fields on a Django model
 instance, where dirty means that field in-memory and database values are
 different.
 .
 This is the documentation package.