| Github | https://github.com/apollo13 |
| @fapolloner |
| Github | https://github.com/apollo13 |
| @fapolloner |
Python 3.14 support added to master and to be released with the next bugfix release, tentatively in one week!
That's the foundation for the template string support, to be released with psycopg 3.3.
https://www.psycopg.org/psycopg3/docs/basic/tstrings.html
Really, really excited about this new feature!
Episode 177: Sticking with Django w/ Florian Apolloner is live!
@apollo13 is a long-time Django contributor who previously served on the Steering Council and Security Team. We discuss changes to Django over the last 20 years, switching over to `uv`, why he’s not a fan of environment variables, and drawing inspiration from other frameworks.
https://djangochat.com/episodes/sticking-with-django-florian-apolloner-owRfF4PN
Florian is a long-time Django contributor who previously served on the Steering Council and Security Team. We discuss changes to Django over the last 20 years, switching over to `uv`, why he’s not a fan of environment variables, and drawing inspiration from other frameworks.
A new #Textual project.
Textual serve self-hosts Textual apps in the browser.
This came together in 3 days! In fairness, much of the code was extracted from other projects.
Hi @sarahboyce, I had some free time and worked on getting the django testsuite working with database pooling. Looks good so far. Could you merge/cherry-pick this into your branch so we can discuss...