mirror of
https://github.com/SectorLabs/django-localized-fields.git
synced 2025-04-25 11:42:54 +03:00
changed indentation
This commit is contained in:
parent
24079a2fcb
commit
8ba08c389c
@ -241,8 +241,7 @@ 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:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user