Openwisp Utils Versions Save

Python and Django utilities shared between different openwisp modules

1.0.5

5 months ago

Security

  • (Medium risk) The labels displayed in the dashboard pie charts were not being escaped and hence the code was vulnerable to XSS attempts.

1.0.4

1 year ago

Bugfixes

  • Fixed importlib-metadata dependency, pinned it to <5.0. The newer versions of importlib-metadata breaks openwisp-utils on Python 3.7.

1.0.3

1 year ago

Bugfixes

  • Fixed django-fitler dependency, pinned it to ~=21.1. Earlier, it was installing the latest version of django-filter.

1.0.2

1 year ago

Bugfixes

1.0.1

2 years ago
  • Fixed ImportError in click dependency of black (updated black dependency to black~=22.3.0)
  • Fixed target link of pie charts which use group by queries

1.0.0

2 years ago

Features

Changes

Bugfixes

Dependencies

  • Bumped django-model-utils~=4.2.0
  • Bumped black<=21.10b0
  • Bumped djangorestframework~=3.13.0
  • Added swapper~=1.3.0, django-compress-staticfiles~=1.0.1b and celery~=5.2.3
  • Added support for Django 3.2.x and 4.0.x
  • Added support for Python 3.9

0.7.5

2 years ago
  • [fix] Added workaround for minification of browsable API view. Django-pipeline strips spaces from pre-formatted text on minifying HTML which destroys the representation of data on browsable API views. Added a workaround to restore presentation to original form using CSS.

0.7.4

3 years ago
  • [fix] Fixed commit check for co-authored commits

0.7.3

3 years ago
  • [change] Bind coveralls to 3.0.0

0.7.2

3 years ago
  • [fix] Fixed menu height on long pages
  • [change] Minor improvement to UI colors to improve readability