aboutsummaryrefslogtreecommitdiffstats
path: root/docs/topics
diff options
context:
space:
mode:
authorTymur Maryokhin2015-01-29 17:28:18 +0100
committerTymur Maryokhin2015-01-29 17:28:18 +0100
commite720927b78a31999f03bfa248329d623ce2c045c (patch)
treecbc175154ae21c78ed20d9bdc436707564ee9e5d /docs/topics
parentba7dca893cd55a1d5ee928c4b10878c92c44c4f5 (diff)
downloaddjango-rest-framework-e720927b78a31999f03bfa248329d623ce2c045c.tar.bz2
Removed deprecated '.model' docs
Diffstat (limited to 'docs/topics')
-rw-r--r--docs/topics/3.0-announcement.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/topics/3.0-announcement.md b/docs/topics/3.0-announcement.md
index 5dbc5600..24e69c2d 100644
--- a/docs/topics/3.0-announcement.md
+++ b/docs/topics/3.0-announcement.md
@@ -665,7 +665,7 @@ This code *would be valid* in `2.4.3`:
class Meta:
model = Account
-However this code *would not be valid* in `2.4.3`:
+However this code *would not be valid* in `3.0`:
# Missing `queryset`
class AccountSerializer(serializers.Serializer):