# What this PR does This is a minor refactor before implementing https://github.com/grafana/oncall-private/issues/1558. Additionally, it cleans up a few spots where we do this: ``` # Re-take in case we are in the readonly db context. ``` We currently don't read anything from a read-only database, so this should be not necessary. ## Checklist - [x] Tests updated - [ ] Documentation added (N/A) - [ ] `CHANGELOG.md` updated (N/A) |
||
|---|---|---|
| .. | ||
| api_helpers | ||
| constants | ||
| custom_celery_tasks | ||
| exceptions | ||
| insight_log | ||
| jinja_templater | ||
| oncall_gateway | ||
| tests | ||
| __init__.py | ||
| admin.py | ||
| database.py | ||
| public_primary_keys.py | ||
| timezones.py | ||
| utils.py | ||