bfirsh / django-shorturls

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

Load reverse from the new location for Django 2.x compatibility #29

Open timmartin opened 5 years ago

timmartin commented 5 years ago

The reverse function moved in Django 1.10, so this change works with all currently-supported versions of Django (currently 1.11 and 2.1 onwards). Obviously it breaks compatibility with 1.9.