3.1.1 (2024-06-21)
3.1.0 (2024-05-22)
3.0.1 (2024-05-21)
3.0.0 (2024-05-21)
- release 3.0.0 (dbd3f4b)
3.0.0 (2024-05-16)
- force a new version?
- force a new version? (15e53b2)
2.1.0 (2024-02-22)
2.0.0 (2024-01-31)
- add ability to use non-queryset iterators in excel/csv export utils (#84)
- fix csv name issue (#85) (8738958)
1.2.0 (2023-10-25)
1.1.1 (2023-10-03)
- release 1.1.1 (b7562b2)
1.1.0 (2023-10-03)
- templatetag for inlining the content of an svg from an app's static files in to a template (#59) (238799d)
1.0.6 (2023-09-27)
1.0.5 (2023-09-26)
- for real, final fix to the slack logging filter code. Another dumb code typo that slipped through (1cf4c11)
1.0.4 (2023-09-26)
- ... second hotfix for the slack logging webhook's noisy logger filter, I forgot to convert it to the correct class syntax when I refactored additional_filter_configs pattern. I'll follow up with a proper PR to make sure the tests actually cover this (d931cb1)
1.0.3 (2023-09-26)
- fix typo in the default logging config, only reachable when a slack webhook url is provided (2ef56b1)
1.0.2 (2023-09-26)
1.0.1 (2023-09-20)
- DTL template tag and Jinja2 util func for rendering a template from one language inside another (#43) (8bde55f)
1.0.0 (2023-09-19)
- deps: Drop python 3.8 and 3.9 support, unify github action jobs (#44)
0.7.0 (2023-08-31)
0.6.0 (2023-07-11)
0.5.1 (2023-06-16)
- Include translation files in release (37e165d)
0.5.0 (2023-06-08)
- Added support to sign in using the Microsoft Identity Platform (c430b5f)
0.4.4 (2023-03-06)
- Ensure .env file from root of project dir is read by django-environ (05dc452)
0.4.3 (2023-02-22)
- Removed tests from templatetags directory (c801855)
0.4.2 (2023-02-10)
- Added utility to alter settings during unit tests (540228f)
0.4.1 (2023-02-09)
- Updated incorrect django version dependency (82f1218)
0.4.0 (2023-01-10)
- AC-7: Implemented account lockout controls (c5f07ef)
0.3.1 (2023-01-09)
- Updated import statement in readme file (76d6856)
0.3.0 (2023-01-06)
- Environment variable support (8383e8b)
0.2.1 (2022-12-22)
- Namespaced base css to avoid conflicts with bootstrap (d6fc06f)
- removed dependency on jQuery which can cause errors (ad53b35)
0.2.0 (2022-12-21)
- Replaced built in WET with CDN hosted version (74e6b77)
0.1.1 (2022-12-20)
- Update packaging config to include all required files (43ad20d)
- security: Session Timeouts (AC-11) (84f08ec)