Currently, the project is using outdated versions of Django (>=3.2,<4.0) and django-oscar (3.2.4). To ensure continued security, compatibility, and access to new features, we should update to the latest supported versions of both packages.
Tasks
Acceptance Criteria:
The project runs successfully with the updated versions.
All tests pass.
No deprecated or removed APIs are used.
References:
Django Release Notes
django-oscar Release Notes
Currently, the project is using outdated versions of Django (>=3.2,<4.0) and django-oscar (3.2.4). To ensure continued security, compatibility, and access to new features, we should update to the latest supported versions of both packages.
Tasks
Acceptance Criteria:
The project runs successfully with the updated versions.
All tests pass.
No deprecated or removed APIs are used.
References:
Django Release Notes
django-oscar Release Notes