This repository has been archived by the owner on May 13, 2024. It is now read-only.
3.0.17 (2024-05-06)
Bug Fixes
Documentation
Code Refactoring
- use util for content disposition header (49265cb)
- use fstrings instead of
str.format
(f2c52fc) - replace percent format with fstrings (9c16448)
- reports/views: don't pass today as argument (#1074) (c48702a)
Chores
- dev-setup: fix wait4ports and permission issues on /var/www/static (#1082) (fd826fb)
- deps: bump djangorestframework-jsonapi from 6.1.0 to 7.0.0 (6db1c8c)
- deps-dev: bump pytest from 8.1.1 to 8.2.0 in the pytest group (cd43e66)
- deps-dev: bump ruff from 0.4.1 to 0.4.2 (70d29c0)
- views: added type annotations (76f3a32)
- filters: added type annotations (a0579d3)
- authentication: add type annotations (b580738)
- models: add type annotations (69b9ad1)
- deps-dev: bump coverage from 7.4.4 to 7.5.0 (#1066) (61a12c1)
- deps: use psycopg (>= 3) instead of psycopg2 (#1068) (3720029)