Restructurate code
This commit is contained in:
parent
02817c5626
commit
091c427707
15 changed files with 135 additions and 122 deletions
|
|
@ -74,7 +74,6 @@ class AliasSerializer(serializers.ModelSerializer):
|
|||
REST API Serializer for Aliases.
|
||||
The djangorestframework plugin will analyse the model `Alias` and parse all fields in the API.
|
||||
"""
|
||||
note = serializers.SerializerMethodField()
|
||||
|
||||
class Meta:
|
||||
model = Alias
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue