mirror of
https://github.com/Hopiu/django-uuslug.git
synced 2026-05-19 07:11:08 +00:00
cleanup of readme, minor
This commit is contained in:
parent
893775cc74
commit
487f878f5e
1 changed files with 6 additions and 5 deletions
11
README.md
11
README.md
|
|
@ -26,8 +26,9 @@ How to install
|
|||
|
||||
How to use
|
||||
=================
|
||||
# Unicode Test
|
||||
======================
|
||||
|
||||
Unicode Test
|
||||
|
||||
from uuslug import slugify
|
||||
|
||||
s = "This is a test ---"
|
||||
|
|
@ -50,8 +51,8 @@ How to use
|
|||
r = slugify(txt)
|
||||
print r # => "kompiuter"
|
||||
|
||||
Uniqueness Test
|
||||
=======================
|
||||
Uniqueness Test
|
||||
|
||||
Override your object's save method with something like this (models.py)
|
||||
|
||||
from django.db import models
|
||||
|
|
@ -102,7 +103,7 @@ Changelog
|
|||
0.9
|
||||
-----
|
||||
* removed buildout dependency
|
||||
* split unicode slugify into its own python module
|
||||
* splitted unicode slugify into its own python module
|
||||
|
||||
0.8
|
||||
-----
|
||||
|
|
|
|||
Loading…
Reference in a new issue