----- * Support Django 1.10 (PR 38) and 1.11 * Support Python 3 * Remove support for Django <1.7 * Use setuptools over distutils, and integrate the tests with them * Use pytest and tox for testing * Set up CI with travis * Set up coverage and coveralls.io * Document MULTISITE_EXTRA_HOSTS in README
1.3.1
-----
* Add default for SiteID in the README (PR 31) * Respect the CACHE_MULTISITE_ALIAS in SiteCache (PR 34) * Replace deprecated ExtractResult().tld with .suffic (PR 32)
1.3.0
-----
* Fix tempfile issue with update_public_suffix_list command * Support for tldextract version >= 2.0
1.2.6
----
* Pin the tldextract dependency to version < 2.0, which breaks API.
1.2.5
----
* Make template loading more resilient to changes in django (thanks to jbazik for the contribution)
1.2.4
-----
* Fix domain validation so it's called after the pre_save signal