From 487f878f5e23d617ff4d4edf527003fdf62798c2 Mon Sep 17 00:00:00 2001 From: Val Neekman Date: Sun, 14 Oct 2012 20:29:39 -0700 Subject: [PATCH] cleanup of readme, minor --- README.md | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 11b7f7f..2f65065 100644 --- a/README.md +++ b/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 -----