mirror of
https://github.com/SectorLabs/django-localized-fields.git
synced 2025-04-26 04:02:55 +03:00
Fixed ResT errors in README.rst
This commit is contained in:
parent
749115d326
commit
036153f3af
@ -82,7 +82,7 @@ You can also explicitly set a value in a certain language:
|
|||||||
new.title.ro = 'other romanian title'
|
new.title.ro = 'other romanian title'
|
||||||
|
|
||||||
Constraints
|
Constraints
|
||||||
^^^^^^^^^^
|
^^^^^^^^^^^
|
||||||
By default, the following constraints apply to a ``LocalizedField``:
|
By default, the following constraints apply to a ``LocalizedField``:
|
||||||
|
|
||||||
* Only the default language is ``required``. The other languages are optional and can be ``NULL``.
|
* 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.
|
At the moment it is *not* possible to specifically instruct ``LocalizedField`` to mark certain languages as required or optional.
|
||||||
|
|
||||||
Other fields
|
Other fields
|
||||||
^^^^^^^^^^^
|
^^^^^^^^^^^^
|
||||||
Besides ``LocalizedField``, there's also:
|
Besides ``LocalizedField``, there's also:
|
||||||
|
|
||||||
* ``LocalizedAutoSlugField``
|
* ``LocalizedAutoSlugField``
|
||||||
|
Loading…
x
Reference in New Issue
Block a user