----- * Support Django 2.0 (PR 47 and 60) * Remove code for Django < 1.7 * Remove obsolete PathAssistedCurrentSiteManager * Remove obsolete template.loaders.cached * Update README to better describe local development setup
1.4.1
----- * Specify Django <2.0 in setup.py * Drop support for python 3.3
1.4.0
----- * 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.