Releases: makinacorpus/django-mapentity
Releases · makinacorpus/django-mapentity
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
7.1.3
Minor changes
- Reduce test execution time
7.1.2
New feature
- Add blocks after attachments detail views
7.1.1
- Use js for url with tab parameters
- Add blocks detail views (attachments and properties)
7.1.0
Breaking changes
- New django-tinymce 3+. You should update your project settings if you customize this (and dependencies). https://django-tinymce.readthedocs.io/en/latest/installation.html#configuration
7.0.6
Bug fixes
- Set default config for crispy form and messages tags to match with included bootstrap4
- Fix shapefile generation for GeometryCollection layers
7.0.5
7.0.4
Bug fixes
- Fix django dynamic formset multiple deletion elo80ka/django-dynamic-formset#180 (comment)
7.0.3
New feature
- Allow to choose regex which find attachments