Fix ReText syntax error in README

This commit is contained in:
Swen Kooij 2017-02-02 11:02:37 +02:00 committed by GitHub
parent d067660e7f
commit 25d0e98eaa

View File

@ -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.