2.1.0 (2024-12-03)
- Uwsgi parameter typo (131216f)
2.0.0 (2024-10-29)
- Remove convert_ckeditor_uploads command (e129e99)
- Remove django-ckeditor and related views (3c59452)
- Add application for audit logging (64ecc66)
- Add audit logging for BaseCommentViewSet (c09d2d9)
- Add audit logging to ContactPersonViewSet (3e4b929)
- Add audit logging to FileViewSet (842fc05)
- Add audit logging to HearingViewSet (49d8ac2)
- Add audit logging to ImageViewSet (920e80e)
- Add audit logging to LabelViewSet (005aa8c)
- Configure audit logging for kerrokantasi (89aa789)
- Remove convert_ckeditor_uploads command (e129e99)
- Remove django-ckeditor and related views (3c59452)
- Missing filter in ProjectPhaseSerializer.get_has_hearings (7d2e515)
- Apply sufficient prefetching in HearingViewSet (13701fd)
- Cache hearing for SectionViewSet and prefetch translations (a958fd9)
- Optimize TranslatableSerializer translations access via cache (e37ed03)
- Prefetch translations in FileViewSet (724e915)
- Prefetch translations in LabelViewSet (57b858a)
- Use prefetched results in ProjectPhaseSerializer.get_has_hearings (09f1e60)
- Use prefetched results in ProjectPhaseSerializer.get_hearings (bb63c06)
- readme: Update isort url (0490fbf)
- Upgrade python to version 3.9 (62e957)
1.6.0 (2024-08-13)
- Add admin in organizations field in user admin (4762dda)
- Hide geojson data from deleted comments (0867749)
- Add pytest-factoryboy (ea9c394)
1.5.0 (2024-05-28)
- hearing: Remove next_closing filter (5c2f1c0)
- hearing: Change following filter to boolean (6a42bdb)
- hearing: Count hearings that open exactly at request time as open (92ad624)
- hearing: Ignore created_by filter with unauthenticated users (788edca)
- hearing: Ignore following filter with unauthenticated users (a924bb4)
- hearing: Make open filter timezone aware (84b3084)
- hearing: Optimize open filter (de0b166)
- Update dependencies (6f2ae5c)
1.4.0 (2024-05-07)
- Create images/files by reference, remove copy logic (e7117b8)
- Copy files in copy_hearing function (7949619)
- Return None in get_url if instance has no pk (54f468d)
- Upgrade django to 4.2 (474f68c)
1.3.0 (2024-03-25)
- Add util function to get model instances translations (dd1b721)
- gdpr: Add field translations to gdpr get return data (dea0395)
- gdpr: Add poll text to poll answers (7c6b3b9)
- Gdpr get user data test fix (11882ad)