This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# View from the version | |
from api.versions.v20140211.views import AccountList as BaseAccountList | |
# New serializer to be applied | |
from api.versions.v20161025.serializers import AccountSerializer | |
class AccountList(BaseAccountList): | |
serializer_class = AccountSerializer |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment