python3-django-dirtyfields

package for tracking dirty fields on a Django model instance (Python 3)
  https://github.com/romgar/django-dirtyfields
  0
  no reviews



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.