Skip to content

Commit

Permalink
actually deprecated url, instead of just removing it. see #9
Browse files Browse the repository at this point in the history
  • Loading branch information
Ben Ennis committed Jan 18, 2016
1 parent 749b178 commit cb74eab
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions outernet_metadata/values.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@
'thumbnail',
'cover',
'content',
'url',
)

KEYS = REQUIRED + OPTIONAL
Expand Down Expand Up @@ -139,6 +140,7 @@
'multipage': [v.deprecated],
'images': [v.deprecated],
'index': [v.deprecated],
'url': [v.deprecated],
'title': [v.required, v.nonempty, v.match(TITLE_WHITESPACE_RE)],
'timestamp': [v.required, v.nonempty, v.timestamp(TS_FMT)],
'broadcast': [v.required, v.nonempty,
Expand Down

0 comments on commit cb74eab

Please sign in to comment.