--------------------------
Changes
~~~~~~~
- Use ``settings.DEFAULT_STORAGE_CLASS`` as base for OverwriteStorage,
adapting the storage backend to project settings.
**Dependencies:**
- Bumped ``django-leaflet~=0.30.1``
- Bumped ``Pillow~=10.4.0``
- Bumped ``geopy~=2.4.1``
- Bumped ``openwisp-utils~=1.1.0``
- Added support for Python ``3.10``.
- Added support for Django ``4.2``.
- Dropped support for Python ``3.7``.
- Dropped support for Django ``3.0.x``, ``3.1.x`` and ``4.0.x``.
Bugfixes
~~~~~~~~
- Fixed an issue with deleting ``FloorPlan.image`` by using the
appropriate storage backend method.
- Resolved a bug causing outdoor locations to incorrectly appear in the
location list when creating floorplans.