Skip to content

Releases: MnogoByte/django-permanent

1.0.9

02 Apr 14:23
Compare
Choose a tag to compare
  • Transaction handling backward compatibility #21
  • replaced create_many_related_manager patching with get_extra_restriction patch
  • fixed removable m2m through #22

1.0.8

27 Mar 11:08
Compare
Choose a tag to compare
  • Returned force argument
  • Replace commit_on_success_unless_managed by atomic (thanks David Fischer)
  • Find packages recursively (thanks David Fischer)
  • Make setup.py executable (thanks David Fischer)

1.0.7

24 Mar 07:39
Compare
Choose a tag to compare
  • Setting trigger field for all removed objects
  • Trigger field model save now affects all objects

1.0.6

24 Mar 06:34
Compare
Choose a tag to compare
  • Fixed PermanentModel.restore() fail
  • PermanentModel.delete() now sets removed attribute

1.0.5

23 Mar 09:27
Compare
Choose a tag to compare
  • Removed fast_deletes fix
  • create_many_related_manager patch (For proper m2m)
  • Proper Collector patching
  • proper Query patching/unpatching
  • restore_on_create feature