Typo manger => manager

This commit is contained in:
Rocky Meza 2014-12-26 22:24:31 -07:00
parent 00531ec937
commit 5b5652594a
1 changed files with 1 additions and 1 deletions

View File

@ -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