diff options
| -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> | 
