Skip to content

Commit

Permalink
export.serializers: reorder fields for consistency.
Browse files Browse the repository at this point in the history
  • Loading branch information
Benjamin Moody committed Oct 1, 2024
1 parent 5c32785 commit 124446c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions physionet-django/export/serializers.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,14 +52,14 @@ class PublishedProjectDetailSerializer(serializers.ModelSerializer):
class Meta:
model = PublishedProject
fields = (
'slug',
'title',
'abstract',
'version',
'abstract',
'short_description',
'project_home_page',
'publish_datetime',
'doi',
'slug',
'main_storage_size',
'compressed_storage_size',
)

0 comments on commit 124446c

Please sign in to comment.