django-planet

What's new in Django community blogs?

Django News - Django security release for 4.1.6, 4.0.9, and 3.2.17 - Feb 3rd 2023

Feb. 3, 2023 » Django News » [Archived Version]

News Django security releases issued: 4.1.6, 4.0.9, and 3.2.17 The new security release fixes a potential denial-of-service attack. djangoproject.com DjangoCon US 2023 Confirmed It will take place in Durham, North Carolina, at the Durham Convention Center on October 16-20, 2023. More details to come. djangocon.us Articles Python’s “Disappointing” Superpowers Luke Plan's long essay on does Python have …

Read More

Standout features in Django 4.2

Feb. 2, 2023 » Django Beats » [Archived Version]

This post is about the new Django 4.2 release. It’s got some neat things in it and Mariusz Felisiak shares his favorite highlights. Django on Fly.io is pretty sweet! Check it out: you can be up and running on Fly.io in just minutes. After 8 months of work by over 200! contributors 💗, the first alpha version of Django 4.2 is out! This is a long-term support release (LTS) with extended support until April 2026, so 3 more years. The final release should be issued in early April 2023, so now i…

Read More

MongoDB - Mark Smith

Feb. 1, 2023 » Django Chat » [Archived Version]

Mark is a developer advocate at MongoDB, longtime Django developer, and co-chair of DjangoCon Europe 2023. We discuss how Mongo can work well alongside Django, type hinting, Rust, and more.

Read More

MongoDB - Mark Smith

Feb. 1, 2023 » Django Chat » [Archived Version]

Mark is a developer advocate at MongoDB, longtime Django developer, and co-chair of DjangoCon Europe 2023. We discuss how Mongo can work well alongside Django, type hinting, Rust, and more.

Read More

Python’s “Disappointing” Superpowers

Feb. 1, 2023 » Luke Plant » [Archived Version]

A response to Hillel Wayne’s “I am disappointed by dynamic typing”

Read More

Django security releases issued: 4.1.6, 4.0.9, and 3.2.17

Feb. 1, 2023 » The Django weblog » [Archived Version]

In accordance with our security release policy, the Django team is issuing Django 4.1.6, Django 4.0.9, and Django 3.2.17. These releases addresses the security issue detailed below. We encourage all users of Django to upgrade as soon as possible. CVE-2023-23969: Potential denial-of-service via Accept-Language headers The parsed values of Accept-Language headers are cached in order to avoid repetitive parsing. This leads to a potential denial-of-service vector via excessive memory usage if larg…

Read More

Securing FastAPI with JWT Token-based Authentication

Jan. 31, 2023 » TestDriven.io » [Archived Version]

This tutorial shows how to secure a FastAPI application with JWT Token-based Authentication.

Read More

Django vs. Flask in 2023: Which Framework to Choose

Jan. 30, 2023 » TestDriven.io » [Archived Version]

In this article, we'll look at the best use cases for Django and Flask along with what makes them unique, from an educational and development standpoint.

Read More

Using Testing Library with Selenium in Python

Jan. 30, 2023 » Anže’s Blog » [Archived Version]

Why and how to use the Testing Library with Selenium in Python.

Read More

Storing Django Static and Media Files on Amazon S3

Jan. 29, 2023 » TestDriven.io » [Archived Version]

This tutorial shows how to configure Django to load and serve up static and media files, public and private, via an Amazon S3 bucket.

Read More