django-parlor

Django model translations with even less nasty hacks.
git clone https://git.ce9e.org/django-parlor.git

commit
2cf49e38ebaa3da0281ebafdd8d2327c9074ffe7
parent
8b74613d22aaacdbcd23251dee2f7fe3a4439032
Author
Tobias Bengfort <tobias.bengfort@posteo.de>
Date
2025-08-07 07:10
bump version to 0.0.2

Diffstat

A CHANGES.md 11 +++++++++++
M pyproject.toml 2 +-

2 files changed, 12 insertions, 1 deletions


diff --git a/CHANGES.md b/CHANGES.md

@@ -0,0 +1,11 @@
   -1     1 ## 0.0.2 (2025-08-07)
   -1     2 
   -1     3 -   rename classmethods
   -1     4 -   add tests
   -1     5 -   invalidate cache when active language changes
   -1     6 -   invalidate cache on `refresh_from_db()`
   -1     7 
   -1     8 
   -1     9 ## 0.0.1 (2025-08-06)
   -1    10 
   -1    11 initial release

diff --git a/pyproject.toml b/pyproject.toml

@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
    4     4 
    5     5 [project]
    6     6 name = "django-parlor"
    7    -1 version = "0.0.1"
   -1     7 version = "0.0.2"
    8     8 description = "Django model translations with even less nasty hacks."
    9     9 readme = "README.md"
   10    10 license = {text = "MIT"}