Skip to content

Commit

Permalink
Merge branch 'feature/django_upgrade' of https://github.com/CenterFor…
Browse files Browse the repository at this point in the history
…OpenScience/osf.io into django-3-DRF-serializer

* 'feature/django_upgrade' of https://github.com/CenterForOpenScience/osf.io:
  Remove QuickFile check from get_serializer_class for FileDetail view
  Rename auto generated migration for django3 upgrade fixes
  Bump NR Agent version
  • Loading branch information
John Tordoff committed Sep 13, 2022
2 parents 5e65a52 + 4e56c87 commit 735117b
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion api/draft_registrations/serializers.py
Original file line number Diff line number Diff line change
Expand Up @@ -251,4 +251,3 @@ class DraftRegistrationContributorDetailSerializer(NodeContributorDetailSerializ
"""
id = IDField(required=True, source='_id')
index = ser.IntegerField(required=False, read_only=False, source='_order')

File renamed without changes.
2 changes: 1 addition & 1 deletion requirements/release.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
# Requirements to be installed on server deployments

# newrelic APM agent
newrelic==4.0.0.99
newrelic==7.16.0.178
# uwsgi
uwsgi==2.0.16

0 comments on commit 735117b

Please sign in to comment.