Django-dirtyfields

Latest version: v1.9.7

Safety actively analyzes 723625 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 5 of 6

0.8.2

------------------

*New:*

- Adding field comparison method :code:`compare_function` in :code:`DirtyFieldsMixin`.
- Also adding a specific comparison function :code:`timezone_support_compare` to handle different Datetime situations.

0.8.1

------------------

*Bugfix:*

- Not comparing fields that are deferred (:code:`only` method on :code:`QuerySet`).
- Being more tolerant when comparing values that can be on another type than expected.

0.8

----------------

*New:*

- Adding :code:`save_dirty_fields` method to save only dirty fields in the database.

0.7

----------------

*New:*

- Using :code:`copy` to properly track dirty fields on complex fields.
- Using :code:`py.test` for tests launching.

0.6.1

------------------

*Bugfix:*

- Preventing django db expressions to be evaluated when testing dirty fields (39).

0.6

----------------

*New:*

- Using :code:`to_python` to avoid false positives when dealing with model fields that internally convert values (4)

*Bugfix:*

- Using :code:`attname` instead of :code:`name` on fields to avoid massive useless queries on ForeignKey fields (34). For this kind of field, :code:`get_dirty_fields()` is now returning instance id, instead of instance itself.

Page 5 of 6

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.