Update README

This commit is contained in:
alekseyr 2012-03-04 05:51:05 +08:00 committed by Val L33
parent de8dbf990f
commit 7480246a30

8
README
View file

@ -1,6 +1,14 @@
django-uuslug
================
This fork notes
------------------------------------------------------------------------------------------------
Here ' symbol in result of unidecode.unidecode() is deleted instead of replacing with -.
For example for Russian word "Компьютер" unidecode.unidecode() returns "komp'uter",
then uuslug create "komp-uter" from this, but translitiration "komputer" seems more natural.
A Django slugify application that guarantees uniqueness and handles unicode.
UUSlug = (``U``nique + ``U``code Slug)