Skip to content

tests.py uses old django.core.urlresolvers #52

@RaddishIoW

Description

@RaddishIoW

The tests.py imports the old django.core.urlresolvers which is deprecated in Django 2.0:
from django.core.resolvers import NoReverseMatch

Fix by changing to django.urls
from django.urls import NoReverseMatch

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions