Django Super Deduper Versions Save

Utilities for de-duping Django model instances

v0.1.4

4 years ago

Features

v0.1.3

4 years ago

Features

  • Add raise_validation_exception option to cascade validation errors when trying to merge related objects with uniqueness constraints. The default behavior was to delete the alias related object if it failed uniqueness validation, but now the option for the caller to handle validation errors is available.

v0.1.2

5 years ago

Fixes

v0.1.1

5 years ago

Fixes

v0.1.0

5 years ago

Features

  • Add MergedModelInstance.create_with_audit_trail to return a list of related objects that were modified when merging. This could be useful for building out un-merge functionality in the future.

Fixes