diff options
| author | Tom Christie | 2014-11-25 16:29:14 +0000 |
|---|---|---|
| committer | Tom Christie | 2014-11-25 16:29:14 +0000 |
| commit | 4ed0ae82e353e918c4f8e2b1c3bd27d67d349fe3 (patch) | |
| tree | 5fc1d9f439c1d0a9d45cf160cb1a905a1916ef46 /docs/index.md | |
| parent | f13c0ebe69f92ecad7e84257b3baf2ccafe69b3e (diff) | |
| download | django-rest-framework-4ed0ae82e353e918c4f8e2b1c3bd27d67d349fe3.tar.bz2 | |
Add validators page
Diffstat (limited to 'docs/index.md')
| -rw-r--r-- | docs/index.md | 4 |
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 |
