We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 902a613 commit 4efe4fcCopy full SHA for 4efe4fc
1 file changed
ietf/settings.py
@@ -521,7 +521,7 @@ def skip_unreadable_post(record):
521
DATETIME_FORMAT = "Y-m-d H:i T"
522
523
524
-DRAFT_NAMES_WITH_DOT = "(draft-[a-z-]+-(ion-sig-uni4\.0|pilc-2\.5g3g|trade-iotp-v1\.0-[a-z]+|msword-template-v2\.0|1240\.his|802\.[0-9]+-[a-z0-9-]*))"
+DRAFT_NAMES_WITH_DOT = "(draft-[a-z-]+-(ion-sig-uni4\.0|pilc-2\.5g3g|trade-iotp-v1\.0-[a-z]+|msword-template-v2\.0|1240\.his|(ieee)?802\.[0-9]+-[a-z0-9-]*))"
525
URL_REGEXPS = {
526
"acronym": r"(?P<acronym>[-a-z0-9]+)",
527
"charter": r"(?P<name>charter-[-a-z0-9]+)",
0 commit comments