From 715f6cab2c6c7c551079df15ad4720137272829b Mon Sep 17 00:00:00 2001 From: Konsta Vesterinen Date: Thu, 24 Oct 2013 09:09:05 +0300 Subject: [PATCH] Fixed formatting --- docs/index.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/index.rst b/docs/index.rst index 843a47a..e8b607a 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -120,6 +120,8 @@ LocaleType saves Babel Locale objects into database. The Locale objects are conv Like many other types this type also supports scalar coercion: +:: + user.locale = 'de_DE' user.locale # Locale('de_DE')