freedomofpress / securethenews

An automated scanner and web dashboard for tracking TLS deployment across news organizations
https://securethe.news
GNU Affero General Public License v3.0
102 stars 25 forks source link

Fixes support for Unicode slugs #131

Closed conorsch closed 7 years ago

conorsch commented 7 years ago

Fixes the support for Unicode slugs first brought in via #48. We had a regression with newer versions of Wagtail. Updated the SlugField to accept Unicode values explicitly, and generated new migrations to update the prod db.

CI will likely fail on this until #129 is brought in.

msheiny commented 7 years ago

rebased on master

conorsch commented 7 years ago

Made update in prod, changes are satisfactory.