aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTom Christie2014-11-25 16:29:14 +0000
committerTom Christie2014-11-25 16:29:14 +0000
commit4ed0ae82e353e918c4f8e2b1c3bd27d67d349fe3 (patch)
tree5fc1d9f439c1d0a9d45cf160cb1a905a1916ef46
parentf13c0ebe69f92ecad7e84257b3baf2ccafe69b3e (diff)
downloaddjango-rest-framework-4ed0ae82e353e918c4f8e2b1c3bd27d67d349fe3.tar.bz2
Add validators page
-rw-r--r--docs/index.md4
-rw-r--r--mkdocs.yml2
2 files changed, 3 insertions, 3 deletions
diff --git a/docs/index.md b/docs/index.md
index 9312bb2f..b18f3d6a 100644
--- a/docs/index.md
+++ b/docs/index.md
@@ -172,7 +172,7 @@ The API guide is your complete reference manual to all the functionality provide
* [Serializers][serializers]
* [Serializer fields][fields]
* [Serializer relations][relations]
-<!--* [Validators][validators]-->
+* [Validators][validators]
* [Authentication][authentication]
* [Permissions][permissions]
* [Throttling][throttling]
@@ -294,7 +294,7 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
[serializers]: api-guide/serializers.md
[fields]: api-guide/fields.md
[relations]: api-guide/relations.md
-[validation]: api-guide/validation.md
+[validators]: api-guide/validators.md
[authentication]: api-guide/authentication.md
[permissions]: api-guide/permissions.md
[throttling]: api-guide/throttling.md
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']