Releases: MnogoByte/django-permanent
Releases · MnogoByte/django-permanent
1.1.6
1.1.5
1.1.4
1.1.3
- django 1.9 support #56 (thanks @atin65536)
- values_list support #56 (thanks @atin65536)
- QuerySet pickling bug #55 (thanks @atin65536)
1.1.2
1.1.1
- ForeignKey on_delete behaviour bug (thanks @atin65536)
1.1.0
- Django 1.9 support
- QuerySetManager support
- Python 3.5 support
- Fixed latest supported model_utls version
- Documentation fixes
- inf recursion on restore_on_create bug
- Python 2.6 support dropped
Thanks to @aidanlister, @atin65536 and @jarekwg, you are awesome!
1.0.12
- Added pre_restore, post_restore signals by @atin65536