Neue Episode: @shezi , Dominik und @jochen unterhalten sich über Arrays und Sequenzen: https://python-podcast.de/show/arrays-und-sequenzen/ #Python
It has been said that the great scientific disciplines are examples of giants standing on the shoulders of other giants. It has also been said that the software industry is an example of midgets standing on the toes of other midgets.
— Alan Cooper
I’m very exhausted to announce attrs 24.1.0!
It comes severely delayed, but I hope the many bug fixes, speed improvements, and features like __attrs_init_subclass__ or three-argument converters make the wait worth it.
Many thanks go to Klaviyo for their continued support at The Dedicated Organization tier!
https://github.com/python-attrs/attrs/releases/tag/24.1.0 #Python
Neue Episode: @shezi, Dominik und @jochen unterhalten sich über das Python Data Model: https://python-podcast.de/show/das-python-data-model/ #Python
Just published: A complete guide to implementing SSO with SAML in Django. Have a look! #Django #SSO #SAML https://wersdoerfer.de/blogs/ephes_blog/implementing-single-sign-on-sso-with-saml-for-a-django-application/
My talk from @djangoconeurope is now available online - Go give it a watch! https://www.youtube.com/watch?v=RxcRBNqxjeY
Then, after that, go give django-tasks a try: https://github.com/realOrangeOne/django-tasks
📢 The rest of the videos from DjangoCon Europe 2024 are now live on our YouTube channel! 📺✨
Watch all the keynotes, talks, and workshops you missed: https://www.youtube.com/@DjangoConEurope/videos
Neapolitan v24.5 is now available on PyPI. Fixes a wee issue in 24.4 that you almost certainly didn't notice. Thanks @EmmaDelescolle 🎁
$ pip install -U neapolitan
Enjoy! 🦄
Neue Episode: Ronny, Dominik und @jochen unterhalten sich über die DjangoCon Europe 2024: https://python-podcast.de/show/djangocon-europe-2024/
I am standing for election to the board of the Python Software Foundation - you can read my pitch and those of the other candidates at https://www.python.org/nominations/elections/2024-python-software-foundation-board/nominees/ . Cc @ThePSF
🎉 News Django News Newsletter: Django News - Django 5.1 beta 1 and Python 3.13.0 beta 3 released - Jun 28th 2024
Django 5.1 beta 1 released
Django 5.1 beta 1 is now available. It represents the second stage in the 5.1release cycle and is an opportunity for you to try out the changes coming inDjango 5.1.
Django 5.1 brings a kaleidoscope of improvements which you can read about inthe in-development 5.1 release notes.
Only bugs in new features and regressions from earlier versions of Django willbe fixed between now and the 5.1 final release. Translations will be updatedfollowing the "string freeze", which occurs when the release candidate isissued. The current release schedule calls for arelease candidate in a month from now, and a final release to follow about twoweeks after that, scheduled for August 7th.
Early and frequent testing from the community will help minimize the number ofbugs in the release. Updates on the release schedule are available on theDjango forum.
As with all alpha and beta packages, this is not for production use. But ifyou'd like to take some of the new features for a spin, or to help find and fixbugs (which should be reported to the issue tracker), you can grab a copy of the betapackage from our downloads page oron PyPI.
The PGP key ID used for this release is Natalia Bidart: 2EE82A8D9470983E.
https://www.djangoproject.com/weblog/2024/jun/26/django-51-beta-1-released/
htmx 2.0.0 has been released!
I have published a new blog post on configuring SQLite for production in Django 5.0, 4.2 or older, and Django 5.1 and newer!
I've finally finished my new #Django module, "django-cool-urls". You can use it to make sure your site never has another outgoing dead link, or just to convert YouTube embeds into proper <video> tags pointing to local files.
Explanatory blog post: https://danielquinn.org/blog/django-cool-urls/
PyPI: https://pypi.org/project/django-cool-urls/
Source code: https://gitlab.com/danielquinn/django-cool-urls
Docs: https://danielquinn.gitlab.io/django-cool-urls/
It's already in use on my own site, but perhaps someone else will find it useful.
New approved DEP! Django Enhancement Proposal 14: Background Workers – https://www.djangoproject.com/weblog/2024/may/29/django-enhancement-proposal-14-background-workers/ Great work @jake @carlton ❤️
Ep164: Buttondown with Justin Duke is live!
Justin is the founder of Buttondown, a newsletter service built with Django. We discuss scaling the code, and the team behind the project, the email space in general, new developments in web development, and Django features he’d like to see.
https://djangochat.com/episodes/buttondown-justin-duke-Si2kolaE
Ever wanted to generate a next page link while keeping your filtering options in place? Now you can! 🤯
Try out {% query_string %} a new template tag in Django 5.1 that allows changing a QueryDict instance for use in links. 🔗
https://docs.djangoproject.com/en/dev/ref/templates/builtins/#std-templatetag-query_string
finally ready to announce that my git zine, “How Git Works", is coming out in ONE WEEK! on Friday May 31!
it also comes with this (free!) cheat sheet which you can download and print out here: https://wizardzines.com/git-cheat-sheet.pdf
I'm looking for some help running a GitHub organization dedicated to supporting community-maintained third-party #Django packages.
I've written up an introduction here: https://www.better-simple.com/django/2024/05/22/looking-for-help-django-commons/
You can join here: https://github.com/django-commons/membership
I want to thank everyone who donated. In the end we raised over $15,300 from over 280 Donations at #PyConUS!
This will contribute to building communities, giving Pythonistas a chance to lead initiatives and support a lot of conferences who want to see a more diverse Python community.
This is a nice new #Django 5.1 feature. I tend to work on websites that allow all access or no access except for a few marketing/signup pages. https://mastodon.world/@davidfstr/112484705392388791
This #Python article from Jacob Padilla (not on Mastodon?) that builds #AsyncIO from scratch is well worth your time. 🎩
https://jacobpadilla.com/articles/recreating-asyncio#yield-to-await