diff options
| author | Tom Christie | 2014-12-01 14:47:09 +0000 | 
|---|---|---|
| committer | Tom Christie | 2014-12-01 14:47:09 +0000 | 
| commit | ab476783aeafcb7c5ff9000d28ebf6d3469c4ff6 (patch) | |
| tree | d303dc9f9e10bb5962702c6fef55d3aaea5e1df9 /api-guide | |
| parent | e8bad793837f87cf5b5d6b2f3561ed1fa3ace10b (diff) | |
| download | django-rest-framework-ab476783aeafcb7c5ff9000d28ebf6d3469c4ff6.tar.bz2 | |
Update documentation
Diffstat (limited to 'api-guide')
| -rw-r--r-- | api-guide/validators/index.html | 9 | 
1 files changed, 7 insertions, 2 deletions
| diff --git a/api-guide/validators/index.html b/api-guide/validators/index.html index fa9ccbb7..0466a4a8 100644 --- a/api-guide/validators/index.html +++ b/api-guide/validators/index.html @@ -417,9 +417,14 @@            <div id="main-content" class="span9"> +               +                <a class="github" href="https://github.com/tomchristie/django-rest-framework/tree/master/rest_framework/validators.py"> +                  <span class="label label-info">validators.py</span> +                </a> +               +             -            <p><a class="github" href="validators.py"></a></p> -<hr /> +            <hr />  <p><strong>Note</strong>: This is the documentation for the <strong>version 3.0</strong> of REST framework. Documentation for <a href="http://tomchristie.github.io/rest-framework-2-docs/">version 2.4</a> is also available.</p>  <hr />  <h1 id="validators">Validators</h1> | 
