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 8c985fe commit 004d1d3Copy full SHA for 004d1d3
1 file changed
ietf/api/views.py
@@ -64,7 +64,6 @@ def api_help(request):
64
65
@method_decorator((login_required, gzip_page), name='dispatch')
66
class PersonalInformationExportView(DetailView, JsonExportMixin):
67
- debug.mark()
68
model = Person
69
70
def get(self, request):
0 commit comments