aboutsummaryrefslogtreecommitdiffstats
path: root/mkdocs.yml
diff options
context:
space:
mode:
authorTom Christie2014-11-25 16:29:14 +0000
committerTom Christie2014-11-25 16:29:14 +0000
commit4ed0ae82e353e918c4f8e2b1c3bd27d67d349fe3 (patch)
tree5fc1d9f439c1d0a9d45cf160cb1a905a1916ef46 /mkdocs.yml
parentf13c0ebe69f92ecad7e84257b3baf2ccafe69b3e (diff)
downloaddjango-rest-framework-4ed0ae82e353e918c4f8e2b1c3bd27d67d349fe3.tar.bz2
Add validators page
Diffstat (limited to 'mkdocs.yml')
-rw-r--r--mkdocs.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/mkdocs.yml b/mkdocs.yml
index e112315b..1a60a742 100644
--- a/mkdocs.yml
+++ b/mkdocs.yml
@@ -26,7 +26,7 @@ pages:
- ['api-guide/serializers.md', 'API Guide', 'Serializers']
- ['api-guide/fields.md', 'API Guide', 'Serializer fields']
- ['api-guide/relations.md', 'API Guide', 'Serializer relations']
-# - ['api-guide/validators.md', 'API Guide', 'Validators']
+ - ['api-guide/validators.md', 'API Guide', 'Validators']
- ['api-guide/authentication.md', 'API Guide', 'Authentication']
- ['api-guide/permissions.md', 'API Guide', 'Permissions']
- ['api-guide/throttling.md', 'API Guide', 'Throttling']