You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 1, 2022. It is now read-only.
re: 1a -- Documents in note sections can be null because we said that maybe note sections can just be text content. Maybe it's worth making different models for different types of note sections, especially if we want to add something like, oh I don't know, timelines as a distinct section.
For two reasons:
Need select_related on note sections
1a) select_related doesn't follow FK relationships where the fields can be null
We're querying the user for each reversion record individually in the template. That's dumb.
The text was updated successfully, but these errors were encountered: