Skip to content

Commit 814a6d4

Browse files
committed
Extended the DRAFT_NAMES_WITH_DOT regexp.
- Legacy-Id: 13187
1 parent 7d437d9 commit 814a6d4

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))"
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-]*))"
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)