Add logs in tox settings
This commit is contained in:
parent
5d25f9830c
commit
695ef446ec
5 changed files with 12 additions and 10 deletions
|
|
@ -16,4 +16,4 @@ class ChangelogSerializer(serializers.ModelSerializer):
|
|||
model = Changelog
|
||||
fields = '__all__'
|
||||
# noinspection PyProtectedMember
|
||||
read_only_fields = [f.name for f in model._meta.get_fields()] # Changelogs are read-only protected
|
||||
read_only_fields = [f.name for f in model._meta.get_fields()] # Changelogs are read-only protected
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue