aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTom Christie2014-12-01 14:47:09 +0000
committerTom Christie2014-12-01 14:47:09 +0000
commitab476783aeafcb7c5ff9000d28ebf6d3469c4ff6 (patch)
treed303dc9f9e10bb5962702c6fef55d3aaea5e1df9
parente8bad793837f87cf5b5d6b2f3561ed1fa3ace10b (diff)
downloaddjango-rest-framework-ab476783aeafcb7c5ff9000d28ebf6d3469c4ff6.tar.bz2
Update documentation
-rw-r--r--api-guide/validators/index.html9
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>