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