Releases: MnogoByte/django-permanent
Releases · MnogoByte/django-permanent
1.0.9
- Transaction handling backward compatibility #21
- replaced create_many_related_manager patching with get_extra_restriction patch
- fixed removable m2m through #22
1.0.8
- 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
- Setting trigger field for all removed objects
- Trigger field model save now affects all objects
1.0.6
- Fixed PermanentModel.restore() fail
- PermanentModel.delete() now sets removed attribute
1.0.5
- Removed fast_deletes fix
- create_many_related_manager patch (For proper m2m)
- Proper Collector patching
- proper Query patching/unpatching
- restore_on_create feature