aboutsummaryrefslogtreecommitdiffstats
path: root/mkdocs.py
diff options
context:
space:
mode:
authorTom Christie2014-10-31 13:47:36 +0000
committerTom Christie2014-10-31 13:47:36 +0000
commit27622058872c00e357deb7d7e86619a793ef4b41 (patch)
tree91c56c4fdef898e4b5cc444cc2dd5de0c528479f /mkdocs.py
parentcd40dcb06500424ef9016913a1a89db0deed8a1f (diff)
downloaddjango-rest-framework-27622058872c00e357deb7d7e86619a793ef4b41.tar.bz2
Validator documentation and tweaks
Diffstat (limited to 'mkdocs.py')
-rwxr-xr-xmkdocs.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/mkdocs.py b/mkdocs.py
index 25cb55e2..acd11b63 100755
--- a/mkdocs.py
+++ b/mkdocs.py
@@ -59,6 +59,7 @@ path_list = [
'api-guide/serializers.md',
'api-guide/fields.md',
'api-guide/relations.md',
+ 'api-guide/validation.md',
'api-guide/authentication.md',
'api-guide/permissions.md',
'api-guide/throttling.md',