Skip to content

Releases: bbmokhtari/django-translations

Version 1.4.4

21 Oct 15:13
Compare
Choose a tag to compare

Bug Fixes

The bug fixes in this release are listed below.

  • remove caching of content types at the start

Version 1.4.3

20 Oct 23:40
Compare
Choose a tag to compare

Bug Fixes

The bug fixes in this release are listed below.

  • fix the problem in the models docs

Version 1.4.2

20 Oct 19:26
Compare
Choose a tag to compare

Bug Fixes

The bug fixes in this release are listed below.

  • fix the issue of github pages environment

Version 1.4.1

20 Oct 19:11
Compare
Choose a tag to compare

Bug Fixes

The bug fixes in this release are listed below.

  • fix the ci tag release issue

Version 1.4.0

20 Oct 18:56
c555df7
Compare
Choose a tag to compare

Features

The features in this release are listed below.

  • Support for Python from 3.7 up to 3.13
  • Support for Django from 2.2 up to 5.1
  • Changed CI/CD from Travis to Github

Version 1.3.0

18 Jun 07:56
Compare
Choose a tag to compare

Features

The features in this release are listed below.

Admin

  • Updated backwards-compatibility to support Django >= 2.2

CI/CD

  • Updated backwards-compatibility to support Django >= 2.2

Docs

  • Updated backwards-compatibility to support Django >= 2.2

Version 1.2.0

27 Jan 14:58
Compare
Choose a tag to compare

Features

The features in this release are listed below.

CI/CD

  • Add CI jobs for Django 3.

Version 1.1.2

15 Jul 18:09
Compare
Choose a tag to compare

Bug Fixes

The bug fixes in this release are listed below.

CI/CD

  • Travis build updated. (pr #62)

Performance

  • Reduce database queries. (pr #61)

QuerySets

  • latest and earliest bugs fixed. (pr #60)

Version 1.1.1

15 Mar 16:27
Compare
Choose a tag to compare

Bug Fixes

The bug fixes in this release are listed below.

Models

  • Fixed the bug for non-autofield primary key fields. (issue #57)

Version 1.1.0

27 Nov 19:28
1047916
Compare
Choose a tag to compare

Features

The features in this release are listed below.

Management

  • The synctranslations command has been added to
    synchronize the translations with
    the apps models configurations. (issue #53)

Bug Fixes

The bug fixes in this release are listed below.

Models

  • Fixed the bug for obsolete translations after changing
    the apps models configurations. (issue #53)