jazzband / django-hosts

Dynamic and static host resolving for Django. Maps hostnames to URLconfs.
http://django-hosts.rtfd.org
Other
982 stars 106 forks source link

Added Django 1.9 support. #41

Closed timgraham closed 8 years ago

timgraham commented 9 years ago

Addresses https://github.com/jezdez/django-hosts/issues/40.

onekiloparsec commented 9 years ago

It seems the regression in Django is fixed. Any news on this front, then?

timgraham commented 9 years ago

Build is failing because coverage dropped support for Python 3.2. We can pin coverage==3.7.1 or drop support too.

Not sure why the python3.5 interpreter isn't found. It seems it should be supported per http://docs.travis-ci.com/user/languages/python/.

timgraham commented 9 years ago

This should be ready for merge now. Used the technique described in https://github.com/travis-ci/travis-ci/issues/4794 for Python 3.5 support on Travis.

akheron commented 8 years ago

Django 1.9 RC is out. Any chance of merging this?

thoas commented 8 years ago

Django 1.9 has been released, @timgraham any chance for merging this and releasing a new version on pypi?

beaugunderson commented 8 years ago

:thumbsup: