Fields¶
evileg_core.fields module¶
-
class
evileg_core.fields.
EMarkdownField
(html_field=None, *args, **kwargs)[source]¶ Bases:
django.db.models.fields.TextField
This field save markdown text with auto-populate text to html field. This field must be used with second text field for html content. This field support django-modeltranslation package.
EMarkdownField can use upload_link and upload_file_link for invoke upload dialog from backend. Unfortunately, this mechanism is not fully developed for using like 3d party. We develop this in near future.