changed indentation

This commit is contained in:
seroy 2017-04-13 16:15:13 +03:00 committed by GitHub
parent 24079a2fcb
commit 8ba08c389c

View File

@ -241,8 +241,7 @@ 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: