bfirsh / django-shorturls

A URL shortening app for Django
BSD 3-Clause "New" or "Revised" License
408 stars 68 forks source link

Removed in Django 1.9 warning #14

Closed chogarcia closed 9 years ago

chogarcia commented 9 years ago

RemovedInDjango19Warning: django.utils.importlib will be removed in Django 1.9.

bfirsh commented 9 years ago

@cho-is Thanks for the contribution.

From the look of the test failures, it doesn't work on Python 2.6 though. Do you think we could make this work in a backwards compatible way? Perhaps by catching an import error?

bfirsh commented 9 years ago

Fixed in #15. Thanks for the contribution!