aboutsummaryrefslogtreecommitdiffstats
path: root/api-guide/fields/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'api-guide/fields/index.html')
-rw-r--r--api-guide/fields/index.html5
1 files changed, 1 insertions, 4 deletions
diff --git a/api-guide/fields/index.html b/api-guide/fields/index.html
index 1b7019fe..eb1e4fc6 100644
--- a/api-guide/fields/index.html
+++ b/api-guide/fields/index.html
@@ -576,10 +576,7 @@
- <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="serializer-fields">Serializer fields</h1>
+ <h1 id="serializer-fields">Serializer fields</h1>
<blockquote>
<p>Each field in a Form class is responsible not only for validating data, but also for "cleaning" it &mdash; normalizing it to a consistent format.</p>
<p>&mdash; <a href="https://docs.djangoproject.com/en/dev/ref/forms/api/#django.forms.Form.cleaned_data">Django documentation</a></p>