Skip to content

Releases: rnegron/django-cartouche

v0.3.2

10 Jan 21:07

Choose a tag to compare

v0.3.1

10 Jan 15:43

Choose a tag to compare

Full Changelog: v0.3.0...v0.3.1

v0.3.0

10 Jan 12:06

Choose a tag to compare

Full Changelog: v0.2.1...v0.3.0

v0.2.1

26 Dec 15:21

Choose a tag to compare

Full Changelog: v0.2.0...v0.2.1

v0.2.0

26 Dec 15:02

Choose a tag to compare

Full Changelog: v0.1.0...v0.2.0

v0.1.0

26 Dec 13:53

Choose a tag to compare

Added

  • Initial release of django-cartouche
  • Translation tracking via patched gettext and pgettext functions
  • Middleware to inject translation manifest and editor assets into HTML responses
  • Frontend editor with contentEditable spans for inline translation editing
  • .po file compiler that updates msgstr and runs compilemessages
  • Debug-only activation for development safety
  • Support for Django 4.2+ and Python 3.10+
  • Comprehensive test suite with pytest-django
  • MkDocs documentation site
  • GitHub Actions CI workflows
  • Pre-commit hooks with commitizen for conventional commits