Skip to content

Releases: MnogoByte/django-permanent

1.1.6

04 May 13:23

Choose a tag to compare

  • Missing related model all_objects manager bug #65 (thanks @kregoslup)

1.1.5

02 Mar 13:20

Choose a tag to compare

  • queryset values method bug #62 (thanks @tjacoel)

1.1.4

15 Sep 10:44

Choose a tag to compare

1.1.3

07 Sep 10:37

Choose a tag to compare

1.1.2

30 Mar 07:40

Choose a tag to compare

  • running setup.py without django bug #47

1.1.1

22 Mar 13:22

Choose a tag to compare

  • ForeignKey on_delete behaviour bug (thanks @atin65536)

1.1.0

22 Mar 11:00

Choose a tag to compare

  • 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

27 Nov 08:50

Choose a tag to compare

  • Added pre_restore, post_restore signals by @atin65536

1.0.11

29 May 10:20

Choose a tag to compare

  • Fixed deepcopy()-ing PermanentQuerySet #30
  • all_objects.select_related bug #31

1.0.10

03 Apr 08:36

Choose a tag to compare

  • Skip test_m2m_select_related test on Django 1.8 #27
  • Manager isn't available; PermanentModel is abstract #24
  • Atomic only for django >= 1.8 #21
  • Django 1.8 support
  • ReverseSingleRelatedObjectDescriptor patch Bug #25
  • Do not try to restore deleted object if it is created already deleted #23