Skip to content

Commit 4efe4fc

Browse files
committed
Updated draft names with dot regex.
- Legacy-Id: 13203
1 parent 902a613 commit 4efe4fc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ietf/settings.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -521,7 +521,7 @@ def skip_unreadable_post(record):
521521
DATETIME_FORMAT = "Y-m-d H:i T"
522522

523523

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-]*))"
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|(ieee)?802\.[0-9]+-[a-z0-9-]*))"
525525
URL_REGEXPS = {
526526
"acronym": r"(?P<acronym>[-a-z0-9]+)",
527527
"charter": r"(?P<name>charter-[-a-z0-9]+)",

0 commit comments

Comments
 (0)