diff --git a/README.md b/README.md index 7163398..9c0aa9e 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,6 @@ Graphos ---------------- +This is a fork of the original library which appears to lack a maintainer. I simply changed one of the imports to reflect the updated version of Django, and it worked to build my project. I hope this is of some use to others. [![Build Status](https://travis-ci.org/agiliq/django-graphos.png)](https://travis-ci.org/agiliq/django-graphos) diff --git a/graphos/utils.py b/graphos/utils.py index 1d66380..82f3335 100644 --- a/graphos/utils.py +++ b/graphos/utils.py @@ -4,8 +4,8 @@ import uuid import random import string - -from django.utils import six, timezone +import six +from django.utils import timezone from django.utils.encoding import force_text from django.utils.functional import Promise from django.db.models.query import QuerySet diff --git a/requirements.txt b/requirements.txt index 94a0e83..55cc3b9 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1 +1,2 @@ Django +six==1.14.0 # MIT License (MIT)