Skip to content
Snippets Groups Projects
Verified Commit fdffed75 authored by Nik | Klampfradler's avatar Nik | Klampfradler
Browse files

Fix import

parent d9b08466
No related branches found
No related tags found
No related merge requests found
CHANGELOG CHANGELOG
========= =========
1.2.2(2021-03-28) 1.2.3(2021-03-28)
----------------- -----------------
- Bugfix: - Bugfix:
......
__author__ = 'Milton Lenis' __author__ = 'Milton Lenis'
__description__ = 'A straightforward menu generator for Django' __description__ = 'A straightforward menu generator for Django'
__version__ = '1.2.2' __version__ = '1.2.3'
default_app_config = 'menu_generator.apps.MenuAppConfig' default_app_config = 'menu_generator.apps.MenuAppConfig'
import copy import copy
import django import django
from django.core.exceptions import ImproperlyConfigured, Resolver404 from django.core.exceptions import ImproperlyConfigured
from django.urls import Resolver404
from .utils import get_callable, parse_url, path_startswith from .utils import get_callable, parse_url, path_startswith
if django.VERSION >= (1, 10): # pragma: no cover if django.VERSION >= (1, 10): # pragma: no cover
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment