Skip to content

Commit

Permalink
only popping custom engine parameters from url
Browse files Browse the repository at this point in the history
  • Loading branch information
miki725 committed Sep 4, 2018
1 parent 87b27cd commit e0980a0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions django_sorcery/db/url.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ def _options_from_url(url, base_options):
url.query.pop(k)
)
for k in list(url.query)
if k.startswith("engine_")
}
}
)
Expand Down

0 comments on commit e0980a0

Please sign in to comment.