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