Releases: makinacorpus/django-mapentity
Releases · makinacorpus/django-mapentity
8.5.1
8.5.0
- Drop django 2.2 support
Bug fixes
- Fix tests derived from MapEntityTest
8.4.0
New Features
- Add blocks for actions buttons for every detail template (after / before other blocks)
- Add duplicate action
Bug fix
- Do not try to generate filters in list views for
GenericRelation
fields andFile
fields - Disable scroll propagation on layers list to avoid zoom changes on map (fix GeotrekCE/Geotrek-admin#2687)
8.3.0
8.2.1
Bug fix
- Fix SVG extra dependancy not needed (See issue /SmileyChris/easy-thumbnails#602)
8.2.0
8.1.2
8.1.1
Bug fixes
- Fix Log Entry GeoJSON with no geometry
- Fix log entry access by creating mapentity.read_logentry permission
- Hide log entry menu for users without permission.
- Hide "Show full history" from object for users without permission.
- Hide admin menu entry for users without permission.
- Fix message in default in 404 view
- Fix exception recursion in default error 500 view