We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 666d972 commit ede9fb0Copy full SHA for ede9fb0
readthedocs/builds/views.py
@@ -87,7 +87,7 @@ def _get_versions(self, project):
87
88
class BuildList(BuildBase, BuildTriggerMixin, ListView):
89
90
- def get_context_data(self, **kwargs):
+ def get_context_data(self, **kwargs): # pylint: disable=arguments-differ
91
context = super().get_context_data(**kwargs)
92
93
active_builds = self.get_queryset().exclude(
readthedocs/projects/views/public.py
@@ -60,7 +60,7 @@ def get_queryset(self):
60
61
return queryset
62
63
64
65
context['tag'] = self.tag
66
return context
0 commit comments