Metadata-Version: 2.4
Name: django-filthyfields
Version: 1.9.8b2
Summary: Tracking dirty fields on a Django model instance.
Project-URL: Homepage, https://github.com/oliverhaas/django-dirtyfields
Project-URL: Documentation, https://oliverhaas.github.io/django-dirtyfields/
Project-URL: Repository, https://github.com/oliverhaas/django-dirtyfields.git
License-Expression: BSD-3-Clause
License-File: LICENSE
Keywords: changes,dirtyfields,django,filthyfields,model,track
Classifier: Development Status :: 3 - Alpha
Classifier: Framework :: Django
Classifier: Framework :: Django :: 4.2
Classifier: Framework :: Django :: 5.2
Classifier: Framework :: Django :: 6.0
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Python: >=3.11
Requires-Dist: django>=4.2
Description-Content-Type: text/markdown

# Django Filthy Fields

[![PyPI version](https://img.shields.io/pypi/v/django-filthyfields.svg)](https://pypi.org/project/django-filthyfields/)
[![CI](https://github.com/oliverhaas/django-dirtyfields/actions/workflows/ci.yml/badge.svg)](https://github.com/oliverhaas/django-dirtyfields/actions/workflows/ci.yml)

Tracking dirty fields on a Django model instance.
Dirty means that field in-memory and database values are different.

This is a fork of [django-dirtyfields](https://github.com/romgar/django-dirtyfields) with a
rewritten "lazy" descriptor-based internal implementation.

See the [documentation](https://oliverhaas.github.io/django-dirtyfields/) for installation, usage, and API reference.
