Skip to content

Releases: makinacorpus/django-mapentity

8.5.0

07 Feb 15:21
Compare
Choose a tag to compare
  • Drop django 2.2 support

Bug fixes

  • Fix tests derived from MapEntityTest

8.4.0

16 Jan 16:16
Compare
Choose a tag to compare

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 and File fields
  • Disable scroll propagation on layers list to avoid zoom changes on map (fix GeotrekCE/Geotrek-admin#2687)

8.3.0

12 Dec 14:12
Compare
Choose a tag to compare

8.3.0 (2022-12-12)

New Features

  • Support django 4.1
  • Add block in detail template to allow overriding attachments navigation tab

8.2.1

16 Aug 16:25
Compare
Choose a tag to compare

Bug fix

8.2.0

11 Aug 15:36
Compare
Choose a tag to compare

New Features

  • Add setting MAX_CHARACTERS for rich text fields
  • Set map resizable
  • Drop support for Django 2.2

Maintenance

  • Fix lint errors after pycodestyle upgrade
  • Add svg extra for easy-thumbnail

8.1.2

10 Jun 14:52
8885f72
Compare
Choose a tag to compare

Bug fixes

  • Refix Page number count on list pagination

8.1.1

10 Jun 14:06
Compare
Choose a tag to compare

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

03 Jun 14:46
Compare
Choose a tag to compare

Improvments

  • New GeoJSON generation based on database

Warning

  • You need to delete cache after this release upgrade.

Maintenance

  • django-geojson is not required anymore

8.0.1

15 Apr 12:23
Compare
Choose a tag to compare

Bug fixes

  • Fix download buttons on lists.

8.0.0

13 Apr 15:09
5508f00
Compare
Choose a tag to compare

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