mirror of
https://github.com/Hopiu/django-markdownx.git
synced 2026-03-16 21:40:24 +00:00
Replace weired quote characters so Python 2 will understand.
This commit is contained in:
parent
0ae4b9cae6
commit
734959fb07
1 changed files with 1 additions and 1 deletions
|
|
@ -23,7 +23,7 @@ class MarkdownxField(models.TextField):
|
|||
:param editable: If ``False``, the field will not be displayed in the admin or any other
|
||||
ModelForm. They are also skipped during model validation. Default is ``True``.
|
||||
:type editable: bool
|
||||
:param help_text: Extra “help” text to be displayed with the form widget. It's useful for
|
||||
:param help_text: Extra "help" text to be displayed with the form widget. It's useful for
|
||||
documentation even if your field isn't used on a form. Note that this value
|
||||
is not HTML-escaped in automatically-generated forms. This lets you include
|
||||
HTML in ``help_text`` if you so desire.
|
||||
|
|
|
|||
Loading…
Reference in a new issue