| in blog | Django News |
|---|---|
| original entry | Django News - Template Tricks, DjangoCon Europe, and Community Wins - May 2nd 2025 |
The Django template engine exhibits quirks such as scientific notation issues, unsafe content conversion with upper filter, and inconsistent exception handling in if tags.
Django developers can mitigate DisallowedHost logging errors in Sentry by leveraging Sentry's ignore_logger function, reducing noise and preserving error quota.
Just streamlines project command management by replacing heterogeneous scripts with intuitive, composable recipe commands that simplify automation.
This article compares Django and Rails database workflows, highlighting Django's automatic migration generation, idiomatic Postgres integration, and efficient toolchain management in real-world projects.
DjangoCon Europe 2025 insights cover advanced database tuning, ORM optimization, performance testing strategies, and innovative best practices for enhanced Django applications.
Adam Johnson provides a typically wise overview of mixin classes with a number of hints on how to use them properly.