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
models: Use parent model to get comment's 'list_archive_url'
We were attempting to retrieve the 'list_archive_url' attribute from the
'PatchComment' or 'CoverComment' instances, rather than the parent
'Patch' and 'Cover' object, respectively. Correct this and add plenty of
tests to prevent this regressing.
NOTE(stephenfin): Squashed in 5fe02b6
which added the release note for this fix.
Signed-off-by: Stephen Finucane <stephen@that.guru>
Fixes: 02ffb13 ("models: Add list archive lookup")
Closes: #391
(cherry picked from commit 93ff4db)
0 commit comments