mirror of
https://github.com/SectorLabs/django-localized-fields.git
synced 2025-04-25 03:32:55 +03:00
Fix ReText syntax error in README
This commit is contained in:
parent
d067660e7f
commit
25d0e98eaa
@ -225,7 +225,7 @@ Besides ``LocalizedField``, there's also:
|
|||||||
title = LocalizedField()
|
title = LocalizedField()
|
||||||
slug = LocalizedAutoSlugField(populate_from='title')
|
slug = LocalizedAutoSlugField(populate_from='title')
|
||||||
|
|
||||||
**This implementation is NOT concurrency safe, prefer ``LocalizedMagicSlugField``**
|
This implementation is **NOT** concurrency safe, prefer ``LocalizedMagicSlugField``.
|
||||||
|
|
||||||
* ``LocalizedBleachField``
|
* ``LocalizedBleachField``
|
||||||
Automatically bleaches the content of the field.
|
Automatically bleaches the content of the field.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user