mirror of
https://github.com/encode/django-rest-framework.git
synced 2024-11-13 05:06:53 +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
|
serializer_class = UserSerializer
|
||||||
lookup_fields = ('account', 'username')
|
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
|
## Creating custom base classes
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user