Skip to content

2.92.0

Compare
Choose a tag to compare
@LePetitTim LePetitTim released this 29 Nov 15:40
· 1860 commits to master since this release

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. Use ST_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 and filter_type2 for EspritParcParser when val is a list
  • Fix "'NoneType' object is not iterable" when responseData is null for EspritParcParser

Documentation

  • Fix parameter name MAIL_MANAGERS in documentation