Skip to content

Commit 7ef223e

Browse files
committed
Add docs to validate_uris field. Close issue #32
1 parent 16ac607 commit 7ef223e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

oauth2_provider/validators.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
def validate_uris(value):
55
"""
6-
TODO: add docs
6+
This validator ensures that `value` contains valid blank-separated urls"
77
"""
88
v = URLValidator()
99
for uri in value.split():

0 commit comments

Comments
 (0)