What can I do to prevent slugify filter from stripping out non-ASCII alphanumeric characters? (I\'m using Django 1.0.2)
slugify
cnprog.com has Chinese character
You might want to look at: https://github.com/un33k/django-uuslug
It will take care of both "U"s for you. U in unique and U in Unicode.
It will do the job for you hassle free.