Sign in
There are a total of 2 posts.
Published Jan 05, 2026 by whitedec
Clearing Up the gettext vs gettext_lazy Confusion in Django (Understanding When Translation Happens)
Clear up the confusion between Django’s `gettext` and `gettext_lazy`. Learn when to translate immediately versus lazily…
Published Apr 26, 2025 by whitedec
Problems and Solutions When Using gettext_lazy with JSON Keys
This article explains the serialization issues and solutions when using gettext_lazy as a JSON key in Django. It guides…