Releases: bbmokhtari/django-translations
Releases · bbmokhtari/django-translations
Version 1.4.4
Bug Fixes
The bug fixes in this release are listed below.
- remove caching of content types at the start
Version 1.4.3
Bug Fixes
The bug fixes in this release are listed below.
- fix the problem in the models docs
Version 1.4.2
Bug Fixes
The bug fixes in this release are listed below.
- fix the issue of github pages environment
Version 1.4.1
Bug Fixes
The bug fixes in this release are listed below.
- fix the ci tag release issue
Version 1.4.0
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
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
Features
The features in this release are listed below.
CI/CD
- Add CI jobs for Django 3.
Version 1.1.2
Version 1.1.1
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
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)