diff options
| author | Tom Christie | 2014-12-27 08:22:55 +0000 |
|---|---|---|
| committer | Tom Christie | 2014-12-27 08:22:55 +0000 |
| commit | 0d2f30c1d489f5c4142092591c4494a37cedcb79 (patch) | |
| tree | 925e9853d8fdd19ea12a785914a5aaed39e013ad /docs/api-guide/serializers.md | |
| parent | 00531ec937206e7e0af949c67872c915d0752b5a (diff) | |
| parent | 5b5652594a9c000d8e925d35efa03be27c28c077 (diff) | |
| download | django-rest-framework-0d2f30c1d489f5c4142092591c4494a37cedcb79.tar.bz2 | |
Merge pull request #2358 from fusionbox/manger_typo
Typo manger => manager
Diffstat (limited to 'docs/api-guide/serializers.md')
| -rw-r--r-- | docs/api-guide/serializers.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/api-guide/serializers.md b/docs/api-guide/serializers.md index b9f0e7bc..f88ec51f 100644 --- a/docs/api-guide/serializers.md +++ b/docs/api-guide/serializers.md @@ -384,7 +384,7 @@ This manager class now more nicely encapsulates that user instances and profile has_support_contract=validated_data['profile']['has_support_contract'] ) -For more details on this approach see the Django documentation on [model managers](model-managers), and [this blogpost on using model and manger classes](encapsulation-blogpost). +For more details on this approach see the Django documentation on [model managers](model-managers), and [this blogpost on using model and manager classes](encapsulation-blogpost). ## Dealing with multiple objects |
