Description
GeoNode currently uses django-allauth==0.63.6:
|
"django-allauth==0.63.6", |
We should upgrade to the latest supported version to benefit from security updates, bug fixes, and new features.
Tasks
- Update the code necessary to support the django-allauth upgrade.
- The allauth test helpers have been moved outside the installed allauth package, so we need to incorporate the required tests.
Description
GeoNode currently uses
django-allauth==0.63.6:geonode/pyproject.toml
Line 51 in 704dd35
We should upgrade to the latest supported version to benefit from security updates, bug fixes, and new features.
Tasks