Skip to content
This repository has been archived by the owner on Sep 16, 2022. It is now read-only.

Commit

Permalink
Merge pull request #248 from CSCfi/CSCMETAX-385-drf-3.8-fixes
Browse files Browse the repository at this point in the history
CSCMETAX-385: [ADD] Upgrade DRF to version >= 3.8. Fix breaking chang…
  • Loading branch information
junsk1 authored May 18, 2018
2 parents 05a986f + 11bf566 commit 82836c0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ python-dateutil==2.7.1
Django==2.0 # BSD-license
elasticsearch<6.0.0
hiredis==0.2.0 # Used by redis (redis-py) for parser
djangorestframework==3.7.7 # BSD-license
djangorestframework==3.8.2 # BSD-license
django-rainbowtests==0.6.0 # colored test output
flake8==3.5.0 # MIT-license
gevent==1.2.2 # gunicorn dep
Expand Down
1 change: 1 addition & 0 deletions src/metax_api/api/rest/base/router.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ def __init__(self, *args, **kwargs):
'delete': 'destroy_bulk' # custom
},
name='{basename}-list',
detail=False,
initkwargs={'suffix': 'List'}
))
super(CustomRouter, self).__init__(*args, **kwargs)
Expand Down

0 comments on commit 82836c0

Please sign in to comment.