neon-jungle / wagtailnews

News/blog plugin for Wagtail CMS
http://pypi.python.org/pypi/wagtailnews/
BSD 2-Clause "Simplified" License
75 stars 21 forks source link

Support unicode slugs in newsitem auto-redirecting #5

Closed mx-moth closed 7 years ago

mx-moth commented 7 years ago

Previously it was comparing the percent-encoded and non-percent-encoded versions of the urls, saw they didnt match, and redirected, only to compare the different strings again the next time around, and redirect again, and again, and again, etc.