aboutsummaryrefslogtreecommitdiffstats
path: root/docs/index.md
diff options
context:
space:
mode:
authorTom Christie2014-11-25 16:29:14 +0000
committerTom Christie2014-11-25 16:29:14 +0000
commit4ed0ae82e353e918c4f8e2b1c3bd27d67d349fe3 (patch)
tree5fc1d9f439c1d0a9d45cf160cb1a905a1916ef46 /docs/index.md
parentf13c0ebe69f92ecad7e84257b3baf2ccafe69b3e (diff)
downloaddjango-rest-framework-4ed0ae82e353e918c4f8e2b1c3bd27d67d349fe3.tar.bz2
Add validators page
Diffstat (limited to 'docs/index.md')
-rw-r--r--docs/index.md4
1 files changed, 2 insertions, 2 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