mirror of
https://github.com/Hopiu/django-uuslug.git
synced 2026-05-14 05:13:09 +00:00
Update README
This commit is contained in:
parent
de8dbf990f
commit
7480246a30
1 changed files with 8 additions and 0 deletions
8
README
8
README
|
|
@ -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)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue