Skip to content

Commit

Permalink
Merge pull request #399 from will-moore/django-3-2
Browse files Browse the repository at this point in the history
Update to Django 3.2
  • Loading branch information
jburel authored Mar 4, 2022
2 parents 86b1cc9 + ead6304 commit ee65266
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion plugin/ol3-viewer/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
#

from django.shortcuts import render
from django.core.urlresolvers import reverse
from django.urls import reverse
from django.http import HttpResponse
from omeroweb.decorators import login_required

Expand Down
2 changes: 1 addition & 1 deletion plugin/omero_iviewer/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
from django.shortcuts import render
from django.http import JsonResponse, Http404
from django.conf import settings
from django.core.urlresolvers import reverse
from django.urls import reverse

from os.path import splitext
from collections import defaultdict
Expand Down
2 changes: 1 addition & 1 deletion test/python/integration/test_rois.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
Test saving ROIs
"""

from django.core.urlresolvers import reverse
from django.urls import reverse

from omeroweb.testlib import IWebTest, get_json, post_json

Expand Down

0 comments on commit ee65266

Please sign in to comment.