Skip to content

Commit

Permalink
Merge 8ad296c into 5c6932d
Browse files Browse the repository at this point in the history
  • Loading branch information
Slzdude committed Feb 27, 2020
2 parents 5c6932d + 8ad296c commit bbb8147
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/debug_toolbar_force/middleware.py
Expand Up @@ -2,7 +2,7 @@
from django.utils.encoding import smart_str
from django.utils.translation import gettext_lazy as _

from nine.versions import DJANGO_GTE_1_10
from django_nine.versions import DJANGO_GTE_1_10


from .settings import GET_PARAM_NAME_FORCE, GET_PARAM_NAME_NON_AJAX
Expand Down
2 changes: 1 addition & 1 deletion src/debug_toolbar_force/tests/test_core.py
Expand Up @@ -7,7 +7,7 @@
from django.test import TestCase, Client, override_settings
from django.utils.encoding import smart_text

from nine.versions import DJANGO_GTE_1_10
from django_nine.versions import DJANGO_GTE_1_10

from ..conf import get_setting
from ..settings import GET_PARAM_NAME_FORCE
Expand Down

0 comments on commit bbb8147

Please sign in to comment.