django-planet

What's new in Django community blogs?

Django News - 200 OK - Django Security Releases: 4.2.6, 4.1.12, and 3.2.22 - Oct 6th 2023

Oct. 6, 2023 » Django News » [Archived Version]

News Django security releases issued: 4.2.6, 4.1.12, and 3.2.22 Posted by Natalia Bidart on October 4, 2023 djangoproject.com Python Release Python 3.12.0 Python 3.12.0 is the newest major release of the Python programming language, and it contains many new features and optimizations. python.org Python Insider: Python 3.11.6 is now available Python 3.11.6 is the newest major release of the Python programmin…

Read More

Writing a Pytest plugin

Oct. 6, 2023 » Anže’s Blog » [Archived Version]

How to write a simple pytest plugin.

Read More

DNS Strikes Back - Building SaaS with Python and Django #172

Oct. 5, 2023 » Django on Matt Layman » [Archived Version]

In this episode, we returned to our DNS configuration from the previous stream and worked on testing email from end to end on the production site. On the stream, we spent a lot of time looking through SendGrid documentation, digging into layers of DNS, and troubleshooting the challenges that can arise when getting a site online.

Read More

DNS Strikes Back - Building SaaS #172

Oct. 5, 2023 » Django on Matt Layman » [Archived Version]

In this episode, we returned to our DNS configuration from the previous stream and worked on testing email from end to end on the production site. On the stream, we spent a lot of time looking through SendGrid documentation, digging into layers of DNS, and troubleshooting the challenges that can arise when getting a site online.

Read More

Weeknotes (2023 week 40)

Oct. 4, 2023 » Matthias Kestenholz: Posts about Django » [Archived Version]

Weeknotes (2023 week 40)More work on hosting several websites from a single Django application server using feincms3-sites I have mentioned feincms3-sites last week in my last weeknotes entry; I have again given this package a lot of attention in the last days, so another update is in order. It is now possible to override the list of languages available on each site. That’s especially useful for an upcoming campaign site where the umbrella group’s site is available in three language…

Read More

Django security releases issued: 4.2.6, 4.1.12, and 3.2.22

Oct. 4, 2023 » The Django weblog » [Archived Version]

In accordance with our security release policy, the Django team is issuing Django 4.2.6, Django 4.1.12, and Django 3.2.22. These releases address the security issue detailed below. We encourage all users of Django to upgrade as soon as possible. CVE-2023-43665: Denial-of-service possibility in django.utils.text.Truncator Following the fix for CVE-2019-14232, the regular expressions used in the implementation of django.utils.text.Truncator’s chars() and words() methods (with html=True) were rev…

Read More

RegisterFields in Django

Oct. 3, 2023 » Better Simple » [Archived Version]

An explanation of a Django model field that returns an instance of a class depending on a key.

Read More

Django News - Django 5.0 Testathon - Sep 29th 2023

Sept. 29, 2023 » Django News » [Archived Version]

News Django Developers Survey 2023 The Django Developers Survey is wrapping up for the year. Please do take a few minutes to fill it out. It is the ONLY way for the Django community to get an unbiased sense of actual usage, which helps guide new features and updates. jetbrains.com Python Developers Survey Numbers for 2022! The results of the sixth official annual Python Developers Survey are now out. blogspot.com Updates to…

Read More

Building APIs With Django REST Framework

Sept. 28, 2023 » The PyCharm Blog » [Archived Version]

In this Django REST framework tutorial, you will create a rental platform API. The tutorial demonstrates how to use Python and Django REST framework in PyCharm to develop APIs. By the time you complete the tutorial, you will be able to answer the following questions: Prerequisites To successfully complete the Django REST framework tutorial, you’ll […]

Read More

Weeknotes (2023 week 39)

Sept. 28, 2023 » Matthias Kestenholz: Posts about Django » [Archived Version]

Weeknotes (2023 week 39)Again a few weeks have passed since the last weeknotes entry :-) Moving feincms3 repositories into the feincms organization The feincms GitHub organization has seen more active days when FeinCMS 1.x was still actively developed. Since my interest has moved to feincms3 some years ago I haven’t kept the organization up to date. That has changed this week, and I have moved most feincms3-related repositories into the organization. This move doesn’t change much th…

Read More