Feb. 24, 2023 » Django News » [Archived Version]
News Django 4.2 beta 1 released Django 4.2 beta 1 is now available. It represents the second stage in the 4.2 release cycle and is an opportunity for you to try out the changes coming in Django 4.2. djangoproject.com Google Summer of Code: Django 2023 Django was once again selected for Google's Summer of Code this year. This program has directly led to real improvements in frameworks over the year. You can learn more about mentorship and a…
Read MoreFeb. 23, 2023 » REVSYS Blog » [Archived Version]
devdata - Improving developer velocity and experience
Read MoreFeb. 23, 2023 » Adam Johnson » [Archived Version]
If you upgrade to Django 4.2, you may see system check warnings like: example.User.email: (fields.W906) django.contrib.postgres.fields.CIEmailField is deprecated. Support for it (except in historical migrations) will be removed in Django 5.1. HINT: Use EmailField(db_collation="…") with a case-insensitive non-deterministic collation instead …
Read MoreFeb. 23, 2023 » Django Beats » [Archived Version]
This post is about providing some guidance on how to make your simple Django app production-ready and deploying to Fly.io. Django on Fly.io is pretty sweet! Check it out: you can be up and running on Fly.io in just minutes. The first Django app I ever created was a simple Blog back in 2015, during a Django Girls event in Brazil. Ever since then, I’ve created and deployed many other Django applications but the deployment process was never so easy as it was with Fly.io! I’m super exc…
Read MoreFeb. 22, 2023 » Carlton's latest posts. » [Archived Version]
Just a quick note. I wrote in My 2022 in Review that the dominant theme of last year was family health, or the lack of it. Of that, my second child was ill several times with viral infections, including Covid-19 at least once, early last year. He had low-energy following that, especially given that he was ill again before the summer. Over the summer he seemed to be recovering, but the first week back in September he was ill again, and has never really recovered from that. This has dragged on…
Read MoreFeb. 22, 2023 » REVSYS Blog » [Archived Version]
Formatting Gone Wrong
Read MoreFeb. 20, 2023 » The Django weblog » [Archived Version]
Django 4.2 beta 1 is now available. It represents the second stage in the 4.2 release cycle and is an opportunity for you to try out the changes coming in Django 4.2. Django 4.2 has a farrago of new features which you can read about in the in-development 4.2 release notes. Only bugs in new features and regressions from earlier versions of Django will be fixed between now and 4.2 final (also, translations will be updated following the "string freeze" when the release candidate is issue…
Read MoreFeb. 18, 2023 » TestDriven.io » [Archived Version]
This tutorial shows how to leverage the JAMstack with Python and Flask by creating a static site and deploying it to Netlify
Read MoreFeb. 17, 2023 » Django News » [Archived Version]
News Django security releases issued: 4.1.7, 4.0.10, and 3.2.18 This release fixes a potential denial-of-service vulnerability in file uploads. As always, updating to the latest version of Django is one of the best security measures you can take. djangoproject.com Release 2.0 · django-crispy-forms/django-crispy-forms PSA: django-crispy-forms 2.0 has been released and has a few major changes, which will require some extra time when you upgr…
Read MoreFeb. 17, 2023 » Adam Johnson » [Archived Version]
I just released django-upgrade 1.13.0. The headline features are some new fixers targetting Django 4.2, which is currently in alpha. Let’s walk through these new fixers. For more detail on any of them, see the Django 4.2 README section. New headers argument in tests Recent-ish …
Read More