Releases: USGS-WiM/cbrsservices_django
1.4.2
1.4.1
Prevent fallback to session auth when basic auth fails on /auth/ endpoint; upgrade dependencies
1.4.0
Changes to workbench csv, changes to final letter content, case view fix, several bug fixes, begin implementing filters for service docs
1.3.3
Include overlooked migration; upgrade dependencies
1.3.2
Remove caching on SystemUnit and SystemUnitType, ensure CaseFile perform_create override save populates created_by and modifed_by fields
1.3.1
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
Implement openapi documentation, update all dependencies
1.2.2
Add exception for User in perform_create() and perform_update() to not include created_by and modified_by fields
1.2.1
Include password field in User serializer
1.2.0
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