File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1111200,skipdiff /drafts/current/ https://datatracker.ietf.org/public/idindex.cgi?command=show_list&cat=current
1212200,skipdiff /drafts/all/ https://datatracker.ietf.org/public/idindex.cgi?command=show_list&cat=all
1313# This takes ~ 300s:
14- # 200,sort /drafts/dead/ https://datatracker.ietf.org/public/idindex.cgi?command=show_list&cat=dead
14+ 200,sort /drafts/dead/?sort=name https://datatracker.ietf.org/public/idindex.cgi?command=show_list&cat=dead&sort=name
1515200,skipdiff /drafts/9574/related/ https://datatracker.ietf.org/public/idindex.cgi?command=view_related_docs&id=9574
1616200 /drafts/draft-ietf-dnsext-dnssec-protocol/related/
1717200 /drafts/9574/ https://datatracker.ietf.org/public/idindex.cgi?command=id_detail&id=9574
2020200 /drafts/all_id.html
2121200,skipdiff /drafts/ https://datatracker.ietf.org/public/idindex.cgi?command=search_id
2222200 /drafts/ https://datatracker.ietf.org/public/idindex.cgi
23-
23+ 404 /drafts/wg/11/
Original file line number Diff line number Diff line change 1616def wgdocs (request , ** kwargs ):
1717 if kwargs .has_key ('id' ):
1818 queryset = InternetDraft .objects .filter (group = kwargs ['id' ])
19- group = Acronym . objects . get ( acronym_id = kwargs ['id' ])
19+ group = get_object_or_404 ( Acronym , acronym_id = kwargs ['id' ])
2020 else :
2121 wg = kwargs ['slug' ]
2222 try :
You can’t perform that action at this time.
0 commit comments