Releases: makinacorpus/django-mapentity
Releases · makinacorpus/django-mapentity
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
8.1.0
8.0.1
8.0.0
Breaking Changes
- MapentityJSONList is now generated in MapentityViewset. You should update your code to replace JSONList views with MapentityViewset views.
- Base filters have changed. to care of new design.
- MapEntityJSONList is now deprecated
New Features
- Server-side list pagination
- Configure which fields should be order-able and searchable
Maintenance
- Update datatables to 1.11.5
New
- Support django 4.0
- Support python 3.10