django/django: 6.1rc1
Tag 6.1rc1
Topic · Edition
Tag 6.1rc1
Django 6.1 release candidate 1 is now available. It represents the final opportunity for you to try out the version that offers a harmonious mélange of new features and usability improvements, before Django 6.1 final is…
Release Notes Released on 2026-07-21. Enhancements Allow workspace sources to reference members in another workspace by path (#18401) Support .venv files containing paths to centralized project environments (#20022)…
Learn how PEP 751 standardizes Python lock files with pylock.toml: generate one with pip or uv, install it with uv or pdm, and retire requirements.txt.
Learn FastAPI from the ground up. Build REST APIs, serve web pages with Jinja2 templates, and create a complete URL shortener project in Python.