Unified Dark Mode and UI Consistency for Django’s Issue Tracker
Keha chandrakar
This project aims to bring dark mode support to Django’s issue tracker and improve its visual consistency with the main Django website. Currently,...
Add generate_series() support to contrib.postgres
p-r-a-v-i-n
PostgreSQL’s `generate_series()` is powerful for reports and time‑series work, but Django currently lacks a first‑class `ORM API` for it. I will add...
Implementing a Formal Experimental API Framework for Django Core
Praful Gulani
This project introduces a formal Experimental API Framework for Django by modernizing DEP 2. It implements a three-tier opt-in architecture utilizing...
Switch to Playwright tests for integration testing
Varun Kasyap Pentamaraju
This proposal explains my plan to update Django's browser integration testing by moving from Selenium to Playwright. The main idea is to smoothly...