The Wire · Showcase
DJANGO 6.2 BOOTSTRAPPED. ADMIN ACCESSIBILITY OVERHAUL SHIPS
By RepoJournal · Filed · About Django
Django's next major version is locked in [ref:5], and the admin interface just got a keyboard navigation overhaul that brings it into W3C compliance [ref:7].
The Django team bootstrapped version 6.2 [1], signaling the start of the next development cycle after months of 6.1 stabilization. Ahead of the 6.1a1 release, maintainers are running pre-edits [3] to prepare documentation and metadata for the alpha cycle. On the UX front, Django's admin calendar and clock picker widgets are now fully keyboard accessible [2], implementing Enter/Space key support and arrow key navigation per W3C ARIA dialog patterns. This closes a significant accessibility gap in the admin interface. Documentation is being cleaned up across the mailers subsystem [4], removing deprecated fail_silently parameters and reorganizing the EmailBackend API docs following the EMAIL_PROVIDERS to MAILERS renaming. On the async side, asgiref is adding Python 3.14 to its classifiers [5] and updating server implementation docs to reflect HTTP/3 support in Hypercorn and Anycorn [6]. CVE disclosure processes are being refined with a new discovery field in djangoproject.com's checklists [7], allowing teams to mark vulnerabilities as internally discovered versus external reports.
Action items
- → Start upgrading to Django 6.1a1 to test new features and report issues before the stable release django/django [plan]
- → Review admin keyboard navigation changes in 6.2 to verify accessibility improvements work in your customizations django/django [monitor]
- → Update Python 3.14 in your CI matrix if you're using asgiref django/asgiref [plan]
References
- [1] Bootstrapped Django 6.2. ↗ django/django
- [2] Fixed #36458 -- Fixed focus within the admin widget popup for calendar and clock. ↗ django/django
- [3] Pre-edits for 6.1a1. ↗ django/django
- [4] Refs #35514 -- Cleaned up mailers docs. ↗ django/django
- [5] Added python 3.14 in classifiers ↗ django/asgiref
- [6] Add HTTP/3 support information for Hypercorn and add Anycorn ↗ django/asgiref
- [7] [checklists] Add discovery field ↗ django/djangoproject.com
FAQ
- What changed in Django on May 21, 2026?
- Django's next major version is locked in , and the admin interface just got a keyboard navigation overhaul that brings it into W3C compliance .
- What should Django teams do about it?
- Start upgrading to Django 6.1a1 to test new features and report issues before the stable release • Review admin keyboard navigation changes in 6.2 to verify accessibility improvements work in your customizations • Update Python 3.14 in your CI matrix if you're using asgiref
- Which Django repositories shipped on May 21, 2026?
- django/django, django/asgiref, django/djangoproject.com