Skip to content

Commit

Permalink
Bumped DRF version
Browse files Browse the repository at this point in the history
  • Loading branch information
rhysyngsun committed May 31, 2019
1 parent 6383528 commit 50ededd
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion mail/urls.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
GradesRecordMailView)

router = routers.DefaultRouter()
router.register(r'automatic_email', AutomaticEmailView, base_name='automatic_email_api')
router.register(r'automatic_email', AutomaticEmailView, basename='automatic_email_api')

urlpatterns = [
url(r'^api/v0/financial_aid_mail/(?P<financial_aid_id>[\d]+)/$', FinancialAidMailView.as_view(),
Expand Down
2 changes: 1 addition & 1 deletion requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ django-role-permissions==2.2.0
django-server-status==0.5.0
django-storages-redux==1.3.2
django-webpack-loader==0.5.0
djangorestframework==3.7.7
djangorestframework==3.9.1
edx-api-client==0.6.1
edx-opaque-keys==0.4
elasticsearch-dsl==5.4.0
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ django-taggit==0.23.0 # via wagtail
django-treebeard==4.3 # via wagtail
django-webpack-loader==0.5.0
django==2.1.7
djangorestframework==3.7.7
djangorestframework==3.9.1
draftjs-exporter==2.0.0 # via wagtail
edx-api-client==0.6.1
edx-opaque-keys==0.4
Expand Down

0 comments on commit 50ededd

Please sign in to comment.