mirror of
https://github.com/SectorLabs/django-localized-fields.git
synced 2025-11-01 02:48:58 +03:00
changed indentation
This commit is contained in:
@@ -241,11 +241,10 @@ Besides ``LocalizedField``, there's also:
|
|||||||
description = LocalizedBleachField()
|
description = LocalizedBleachField()
|
||||||
|
|
||||||
* ``LocalizedCharField`` and ``LocalizedTextField``
|
* ``LocalizedCharField`` and ``LocalizedTextField``
|
||||||
This fields following the Django convention for string-based fields use
|
This fields following the Django convention for string-based fields use the empty string as value for “no data”, not NULL.
|
||||||
the empty string as value for “no data”, not NULL.
|
|
||||||
``LocalizedCharField`` uses ``TextInput`` (``<input type="text">``) widget for render.
|
``LocalizedCharField`` uses ``TextInput`` (``<input type="text">``) widget for render.
|
||||||
|
|
||||||
Example usage:
|
Example usage:
|
||||||
|
|
||||||
.. code-block:: python
|
.. code-block:: python
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user