aboutsummaryrefslogtreecommitdiffstats
path: root/docs/api-guide/relations.md
diff options
context:
space:
mode:
authorJosé Padilla2015-03-07 10:49:56 -0400
committerJosé Padilla2015-03-07 10:49:56 -0400
commitd12de927adaac6018f3e8c232307b76372fe3527 (patch)
treec3a81d83421e761ef5f55c78f61aa29b3539ef4c /docs/api-guide/relations.md
parent2ddb6bfa70036bc1182a768807362b4e46a1b67b (diff)
downloaddjango-rest-framework-d12de927adaac6018f3e8c232307b76372fe3527.tar.bz2
Remove docs for 3.0 banners
Diffstat (limited to 'docs/api-guide/relations.md')
-rw-r--r--docs/api-guide/relations.md6
1 files changed, 0 insertions, 6 deletions
diff --git a/docs/api-guide/relations.md b/docs/api-guide/relations.md
index 50e3b7b5..093bbdd0 100644
--- a/docs/api-guide/relations.md
+++ b/docs/api-guide/relations.md
@@ -1,11 +1,5 @@
source: relations.py
----
-
-**Note**: This is the documentation for the **version 3.0** of REST framework. Documentation for [version 2.4](http://tomchristie.github.io/rest-framework-2-docs/) is also available.
-
----
-
# Serializer relations
> Bad programmers worry about the code.