gwells
gwells copied to clipboard
Migrate from Django 4.2 to Django 5.0
Describe the task Update the Django dependency to version 5.0
Purpose Django 4.2 is currently supported. We should push to get Django to the latest version.
Acceptance Criteria
- [ ] The application builds after updating the Django dependency to 5.0
- [ ] Any issues that arise with sub dependencies have been resolved.
- [ ] Sub dependencies are updated to their latest Django 5.0 applicable version.
- [ ] Service Owners have manually tested.
Additional context
- Django 5.0
- Dependant on Python 3.8 to 3.10 Update