Skip to content

Releases: makinacorpus/django-mapentity

7.0.0

30 Nov 08:59
Compare
Choose a tag to compare

New features

  • Support django 2.2 to 3.2
  • Support python 3.6 to 3.9
  • Bootstrap 4
  • Disable form field with settings
  • Choose export columns from settings

6.1.0

12 Feb 09:18
Compare
Choose a tag to compare

New features

  • Add support of Django 2.0

6.0.5

12 Feb 09:17
Compare
Choose a tag to compare

Bug fixes

  • Fix nav pills to choose language in forms

6.0.4

03 Dec 19:26
Compare
Choose a tag to compare

Minor changes

  • Remove dependency on mock

6.0.3

03 Dec 19:26
Compare
Choose a tag to compare

Bug fixes

  • Fix image size in ODT templates

6.0.2

03 Dec 19:26
Compare
Choose a tag to compare

Bug fixes

  • Remove useless dependency django-shapes
  • Fix autologin
  • Fix XML attributes in ODT templates
  • Fix logo and map size on ODT template

6.0.1

03 Dec 19:25
Compare
Choose a tag to compare

Bug fixes

  • Fix dependency to appy (use Python 3 version)

6.0.0

03 Dec 19:25
Compare
Choose a tag to compare

Breaking changes

  • Upgrade dependencies

5.1.0

18 Nov 16:10
Compare
Choose a tag to compare

New features

  • Create new permission Update geom
  • Drop support to Django 1.9 and 1.10 versions
  • upgrade libraries

Performances

  • Allow client side caching with systematic revalidation for Layer and JsonList views
  • Remove validation of history bar
  • Don't bringToFront() every single feature on map

Minor changes

  • Change serve_attachments get all attachments using generic foreign key
  • Load local file in list views
  • Geojson float precision settings.
  • Can use function style in leaflet
  • Save column sort by module

Bug fixes

  • Fix sort list
  • Fix filters after get context
  • Fix multi select filters
  • Fix BadStatusLine exception
  • Fix croped attachments
  • Make sure that locateOnLine() tolerance is sufficient to pass Geotrek tests
  • Fix points on narrow angles sublines (Leaflet.GeometryUtil)
  • Fix tests csv : stringio and encode
  • Fix permission paperclip (version 2.2.1)
  • Snap better on lines splitted.
  • Fix HTTP headers forwarded to convertit
  • Fix test permission geom
  • Fix crash in log entries view
  • Fix makemigrations (disabling of modeltranslation)

4.4.16

18 Nov 16:10
Compare
Choose a tag to compare

Bug fix

  • Fix filters after get context