Skip to content

Commit

Permalink
imports urlencode, django Client into SearchExport to execute interna…
Browse files Browse the repository at this point in the history
…l request to search_results view via url re #10699
  • Loading branch information
whatisgalen committed Mar 28, 2024
1 parent b78ccac commit 84bd140
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions arches/app/search/search_export.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@
import re
from django.contrib.gis.geos import GeometryCollection, GEOSGeometry
from django.core.files import File
from django.test.client import Client
from django.utils.http import urlencode
from django.utils.translation import gettext as _
from django.urls import reverse
from arches.app.models import models
Expand Down

0 comments on commit 84bd140

Please sign in to comment.