2.92.0
Warning
Clear cache after update. You can do this by going to admin panel, "clearcache" section, then delete default / fat and api_v2.
Improvements
- Cache API v2 on detail endpoints and themes list endpoint (#3260)
- Sensitive areas are now computed with buffered geometries with settings
SENSITIVE_AREA_INTERSECTION_MARGIN
. UseST_INTERSECTS
on it is faster (#3260) - Zoning informations are now cached until instance or zoning is updated (#3260)
- Show more decimal for coordinates in signage SQL view
New feature
- Separate application and API v2 cache, ability to purge them with command or via admin (#3260)
Bug fixes
- Check geom is valid before saving
- Fix old migration script of Topology.geom (actually causes Django to falsely detect model changes not yet with a migration in NDS mode)
- Check that the Spatial Reference Identifier (SRID) unit is in meters before launching application (was during migration)
- Fix
filter_type1
andfilter_type2
for EspritParcParser whenval
is a list - Fix "'NoneType' object is not iterable" when responseData is null for EspritParcParser
Documentation
- Fix parameter name
MAIL_MANAGERS
in documentation