Skip to content

Releases: lotrekagency/django-hvad

v2.0.7

21 Dec 18:02
Compare
Choose a tag to compare

Fix

  • drf: Fix single translation delete with patch edge case (bc5b56a)

v2.0.6

19 Dec 13:28
Compare
Choose a tag to compare

Fix

  • drf: Prevent translation deletion on update with PATCH method (f645b14)

v2.0.5

25 Oct 12:28
Compare
Choose a tag to compare

Fix

  • Run validation on translations list consistent with language (781c6ea)

v2.0.4

17 Oct 15:08
Compare
Choose a tag to compare

Fix

  • Fixed recursion errors for models with bads str functions (2059deb)

v2.0.3

06 Oct 16:31
Compare
Choose a tag to compare

Fix

  • Fix some django 4.1 compability issues (11ef233)
  • Fix clean_fields to return a list (9a18171)
  • Fix clean_fields concat set and lists (7a247c2)
  • Fix django model serializable_value not catching for WrongManager exception (34abd77)
  • rest_framework: Fixed TranslatableModelMixin build_fields() method building only standard field (23095fb)

v2.0.2

10 Aug 12:30
Compare
Choose a tag to compare

Fix

  • drf: Pass instance to serializers for uniqueness validations (1c45caa)

v2.0.1

19 May 17:20
Compare
Choose a tag to compare

Fix

  • Added missing methods to SingleTranslationObject to make it work with django 4 (b6bae7c)