May 3, 2023 » The Django weblog » [Archived Version]
In accordance with our security release policy, the Django team is issuing Django 4.2.1, Django 4.1.9, and Django 3.2.19. These releases addresses the security issue detailed below. We encourage all users of Django to upgrade as soon as possible. CVE-2023-31047: Potential bypass of validation when uploading multiple files using one form field Uploading multiple files using one form field has never been supported by forms.FileField or forms.ImageField as only the last uploaded file was validate…
Read MoreMay 2, 2023 » Paolo Melchiorre » [Archived Version]
How to quickly resize a video with FFmpeg before uploading it to Mastodon to comply its resolution and size restrictions.
Read MoreApril 30, 2023 » Carlton's latest posts. » [Archived Version]
The week that was 2023 WK17 My son’s illness continues. He’s no better, really, and it looks like there’s not much that doctors are able to offer him. We spent large parts of this week touring various hospitals for appointments with various specialists, all of which resulted in nothing very concrete. More again next week. I doubt there’s much market for a Medical Facilities of Catalonia guidebook. Updating django-filter… I updated django-filter to v23.2. This deprecates the inbuilt methods …
Read MoreApril 28, 2023 » Django News » [Archived Version]
News Django 5.x Technical Board Candidate Registration - Update An update on candidates for the Django Technical Board. djangoproject.com Introducing Python Package Index Organizations The Python Package Index (PyPI) adds Organizations. pypi.org urllib3 v2.0.0 is now generally available urllib3 is the most installed Python package of all time and, after 12 years, has finally moved from v1.0 to v2.0. …
Read MoreApril 27, 2023 » Django on Matt Layman » [Archived Version]
In this episode, we covered more intro Python exercises from Exercism. Then I did some behind the scenes work to make some improvements to my stream content.
Read MoreApril 27, 2023 » Django on Matt Layman » [Archived Version]
In this episode, we covered more intro Python exercises from Exercism. Then I did some behind the scenes work to make some improvements to my stream content.
Read MoreApril 26, 2023 » Paolo Melchiorre » [Archived Version]
Howto guide for upgrading PostgreSQL from version 14 to 15 on Ubuntu, after its upgrade from version 22.10 to 23.04 (Lunar Lobster).
Read MoreApril 25, 2023 » django-simple-deploy - Mostly Python » [Archived Version]
MP #25: In appreciation of first-time open source contributors.
Read MoreApril 23, 2023 » Carlton's latest posts. » [Archived Version]
The week that was 2023 WK16. After a couple of weeks of Post-Fellowing Holiday to myself — and handling only the new notifications on anything that isn’t django/django, and even having capacity to engage on the Forum — time to get back to it. Introducing Neapolitan The first retirement project then is Neapolitan, my take on quick CRUD views for Django. The README example is the core of it… I have a Django model: from django.db import models class Bookmark(models.Model): url = models.URL…
Read MoreApril 23, 2023 » Carlton's latest posts. » [Archived Version]
The Django 5.x Steering Council Candidate Registration is now open. The official announcement is here In contrast to previous runs, more or less, if you’re an active member of the Django community then you’re qualified to stand. There have been two such elections since the governance was changed in DEP 10. In both of those we had candidate pools of entirely white men. Nothing wrong with those people 🥰 — but that’s not Django Much social capital was spent adjusting the rules in DEP 12 to al…
Read More