What's Changed
- Move
core.test_job
tosubscription.test_job_creation
by @gounux in #1088 - Add
djangorestframework-stubs
for better typing by @tdrivas in #1090 - Fix GitHub warning that variables should be defined before their use by @suricactus in #1091
- Bump various dependencies by @suricactus in #1093
- [chore] Sort dependencies alphabetically by @suricactus in #1095
- [optimization] Speed-up opening the authentication.authtoken admin by indexing
created_at
column by @suricactus in #1094 - [optimization] Migrate
django-auditlog
records tojsonb
datatype by @suricactus in #1096 - Fix an error from
drf-spectacular
that returns 500 on GET /swagger.yml by @suricactus in #1097 - Simplify the teams endpoints removing unnecessary GET endpoints by @suricactus in #1098
- Fix getting the list of available teams per organization by @suricactus in #1101
- Fix missing timezones by @suricactus in #1102
- Add test to prevent regressions if
BadLayerHandler
does not work duringpackaging
orprocess_projectfile
by @gounux in #1089
Full Changelog: v0.30.0...v0.31.0