From 036153f3af75363ddc4492820644565d6f0d80d9 Mon Sep 17 00:00:00 2001 From: Swen Kooij Date: Fri, 21 Oct 2016 14:33:00 +0300 Subject: [PATCH] Fixed ResT errors in README.rst --- README.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index 1f333e5..e115098 100644 --- a/README.rst +++ b/README.rst @@ -82,7 +82,7 @@ You can also explicitly set a value in a certain language: new.title.ro = 'other romanian title' Constraints -^^^^^^^^^^ +^^^^^^^^^^^ By default, the following constraints apply to a ``LocalizedField``: * Only the default language is ``required``. The other languages are optional and can be ``NULL``. @@ -91,7 +91,7 @@ By default, the following constraints apply to a ``LocalizedField``: At the moment it is *not* possible to specifically instruct ``LocalizedField`` to mark certain languages as required or optional. Other fields -^^^^^^^^^^^ +^^^^^^^^^^^^ Besides ``LocalizedField``, there's also: * ``LocalizedAutoSlugField``