mirror of
https://github.com/encode/django-rest-framework.git
synced 2024-11-10 19:56:59 +03:00
Add missing period.
This commit is contained in:
parent
2e726e22a3
commit
a3c0c8fb90
|
@ -352,7 +352,7 @@ You can then simply apply this mixin to a view or viewset anytime you need to ap
|
|||
serializer_class = UserSerializer
|
||||
lookup_fields = ('account', 'username')
|
||||
|
||||
Using custom mixins is a good option if you have custom behavior that needs to be used
|
||||
Using custom mixins is a good option if you have custom behavior that needs to be used.
|
||||
|
||||
## Creating custom base classes
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user