diff options
| author | Tymur Maryokhin | 2015-01-29 17:28:18 +0100 | 
|---|---|---|
| committer | Tymur Maryokhin | 2015-01-29 17:28:18 +0100 | 
| commit | e720927b78a31999f03bfa248329d623ce2c045c (patch) | |
| tree | cbc175154ae21c78ed20d9bdc436707564ee9e5d /docs/topics | |
| parent | ba7dca893cd55a1d5ee928c4b10878c92c44c4f5 (diff) | |
| download | django-rest-framework-e720927b78a31999f03bfa248329d623ce2c045c.tar.bz2 | |
Removed deprecated '.model' docs
Diffstat (limited to 'docs/topics')
| -rw-r--r-- | docs/topics/3.0-announcement.md | 2 | 
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): | 
