Skip to content
This repository has been archived by the owner on Jul 18, 2023. It is now read-only.

Releases: USGS-WiM/cbrsservices_django

1.4.2

25 Feb 21:22
Compare
Choose a tag to compare

Fix bug in case file upload

1.4.1

13 Feb 22:18
Compare
Choose a tag to compare

Prevent fallback to session auth when basic auth fails on /auth/ endpoint; upgrade dependencies

1.4.0

21 Jan 21:49
Compare
Choose a tag to compare

Changes to workbench csv, changes to final letter content, case view fix, several bug fixes, begin implementing filters for service docs

1.3.3

19 Jan 01:59
Compare
Choose a tag to compare

Include overlooked migration; upgrade dependencies

1.3.2

10 Aug 03:36
Compare
Choose a tag to compare

Remove caching on SystemUnit and SystemUnitType, ensure CaseFile perform_create override save populates created_by and modifed_by fields

1.3.1

09 Aug 17:38
Compare
Choose a tag to compare

Fix bug in renderer logic in views.py, improve variable assignment in renderers.py to prevent null references, improve renderers.py file to adhere to PEP8

1.3.0

08 Aug 20:13
Compare
Choose a tag to compare

Implement openapi documentation, update all dependencies

1.2.2

07 Aug 20:29
Compare
Choose a tag to compare

Add exception for User in perform_create() and perform_update() to not include created_by and modified_by fields

1.2.1

07 Aug 19:12
Compare
Choose a tag to compare

Include password field in User serializer

1.2.0

07 Aug 18:20
Compare
Choose a tag to compare

Include filter for MM/DD/YY prohibition_date for SystemUnitProhibitionDate; improve protections on User so only staff can see, create, and edit other users, and non-staff can only see and edit their own record, and only show relevant fields in serializer; clean up code with general improvements