Skip to content

Releases: bbmokhtari/django-translations

Version 1.4.4

Choose a tag to compare

@bbmokhtari bbmokhtari released this 21 Oct 15:13

Bug Fixes

The bug fixes in this release are listed below.

  • remove caching of content types at the start

Version 1.4.3

Choose a tag to compare

@bbmokhtari bbmokhtari released this 20 Oct 23:40

Bug Fixes

The bug fixes in this release are listed below.

  • fix the problem in the models docs

Version 1.4.2

Choose a tag to compare

@bbmokhtari bbmokhtari released this 20 Oct 19:26

Bug Fixes

The bug fixes in this release are listed below.

  • fix the issue of github pages environment

Version 1.4.1

Choose a tag to compare

@bbmokhtari bbmokhtari released this 20 Oct 19:11

Bug Fixes

The bug fixes in this release are listed below.

  • fix the ci tag release issue

Version 1.4.0

Choose a tag to compare

@bbmokhtari bbmokhtari released this 20 Oct 18:56
c555df7

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

Choose a tag to compare

@bbmokhtari bbmokhtari released this 18 Jun 07:56

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

Choose a tag to compare

@bbmokhtari bbmokhtari released this 27 Jan 14:58

Features

The features in this release are listed below.

CI/CD

  • Add CI jobs for Django 3.

Version 1.1.2

Choose a tag to compare

@bbmokhtari bbmokhtari released this 15 Jul 18:09

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

Choose a tag to compare

@bbmokhtari bbmokhtari released this 15 Mar 16:27

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

Choose a tag to compare

@bbmokhtari bbmokhtari released this 27 Nov 19:28
1047916

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)