-
Notifications
You must be signed in to change notification settings - Fork 0
Django 6.0 #96
Copy link
Copy link
Open
Labels
enhancementNew feature or requestNew feature or request
Description
🎯Aim
I want to work with the latest stable release of Django, so that when new releases are made I have an smooth upgrade process
📕Context
Django's release cycle differs from a lot of other frameworks. They have taken great care in making the releases predictable and smooth. During active development it is best practice to use the most recent release you can to ensure a smooth upgrade process and that you don't get left behind on security fixes.
Django 6.0 was released 2025-12-03, so this template should be updated to use it as soon as all dependencies also support 6.0. Django-stubs is probably the last to provide full support so worth checking on first.
📝Relevant resources/doc's/people
- (Django 6.0 Release Notes)[https://docs.djangoproject.com/en/6.0/releases/6.0/]
✅Acceptance Criteria
- This template will produce a Django application based on the 6.0 release
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request