Source: django-dirtyfields Maintainer: Debian Python Modules Team Uploaders: Christopher Hoskin 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.