This repository has been archived by the owner on Aug 15, 2023. It is now read-only.
Releases: angvp/django-klingon
Releases · angvp/django-klingon
Add support for Django 1.10
A release after a while
Not much new stuff added, but here is the list of changes:
- Migrations for Django 1.7 and 1.8 added by @mjaworski
- Refactored test suite and travis.yml this will allow to improve our coverage for the future releases and the tests are now being run against Django 1.5 and 1.6 properly (before we had 0 test running).
That's all folks!
Release 0.0.5
Support for Django 1.8
Release 0.0.3
- Add python3 support
- Add widget docs
- Improvement of README (coveralls, and travis badges added too)
- Add widget customization to TranslationInlineForm
Second release
Includes:
- Command for generate all the missing translations
- AutomaticTranslation model for call save everytime the model is save in order to generate the translations
First release
0.0.1 Fix runtests script