Skip to content
This repository has been archived by the owner on Aug 15, 2023. It is now read-only.

Releases: angvp/django-klingon

Add support for Django 1.10

07 Jan 07:43
Compare
Choose a tag to compare

This remove support for Django 1.5 and Django 1.6

A release after a while

01 Nov 20:45
Compare
Choose a tag to compare

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

06 Jul 20:27
Compare
Choose a tag to compare

Support for Django 1.8

Release 0.0.3

08 Dec 09:45
Compare
Choose a tag to compare
  • Add python3 support
  • Add widget docs
  • Improvement of README (coveralls, and travis badges added too)
  • Add widget customization to TranslationInlineForm

Second release

07 Jun 20:40
Compare
Choose a tag to compare

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

07 Jun 20:37
Compare
Choose a tag to compare
0.0.1

Fix runtests script