diff options
| author | Tom Christie | 2013-10-24 06:57:58 -0700 |
|---|---|---|
| committer | Tom Christie | 2013-10-24 06:57:58 -0700 |
| commit | 73716c8b89cf05c3560153eb6eea46ab08981010 (patch) | |
| tree | 7e5a24398330a6f2c81e90a2e88cd20870ab361b /docs/api-guide/generic-views.md | |
| parent | 4d894fd39ec5670e72756c26908468fd743354c6 (diff) | |
| parent | c92af2b1dd25acebe440f667ede3bad4906b9b28 (diff) | |
| download | django-rest-framework-73716c8b89cf05c3560153eb6eea46ab08981010.tar.bz2 | |
Merge pull request #1200 from yamila-moreno/patch-1
Typo on generic-views.md
Diffstat (limited to 'docs/api-guide/generic-views.md')
| -rwxr-xr-x | docs/api-guide/generic-views.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/api-guide/generic-views.md b/docs/api-guide/generic-views.md index 24fc0bc7..9681c8c7 100755 --- a/docs/api-guide/generic-views.md +++ b/docs/api-guide/generic-views.md @@ -125,7 +125,7 @@ Note that if your API doesn't include any object level permissions, you may opti Returns the class that should be used for the serializer. Defaults to returning the `serializer_class` attribute, or dynamically generating a serializer class if the `model` shortcut is being used. -May be override to provide dynamic behavior such as using different serializers for read and write operations, or providing different serializers to different types of uesr. +May be override to provide dynamic behavior such as using different serializers for read and write operations, or providing different serializers to different types of users. For example: |
