Closed meshy closed 2 years ago
This is the bulk of the refactor from #175
TemplateViews
select_related
module_list.html
dispatch
get
Can be reviewed one commit at a time.
Note that while I've kept the mypy ratchet file up to date in this PR, I've opted not to fully address the issues it contains yet.
This is the bulk of the refactor from #175
TemplateViews
.select_related
reduces the number of queries executed.module_list.html
template is removed.dispatch
methods is moved intoget
methods.Can be reviewed one commit at a time.
Note that while I've kept the mypy ratchet file up to date in this PR, I've opted not to fully address the issues it contains yet.