ecometrica / django-multisite

Multisite in django — use one Django app to serve multiple domains
BSD 3-Clause "New" or "Revised" License
138 stars 42 forks source link

Replace deprecated ExtractResult().tld with .suffix #32

Closed rebkwok closed 8 years ago

rebkwok commented 8 years ago

ExtractResult.tld property was removed in version 2.0rc1 of tldextract and replaced with ExtractResult.suffix, so causes an AttributeError with a tldextract version >=2.0rc1. Older tldextract versions should be OK, as the .tld property in older versions returned .suffix anyway.