Error during template rendering
In template C:\Users\Admin\AppData\Local\Programs\Python\Python36-32\lib\site-packages\django\contrib\admin\templates\admin\includes\fieldset.html, error at line 19
context must be a dict rather than Context.
line 19 {{ field.field }}
My command in models.py
body = MarkdownField()
Please help me solve this error. I tried but I don't understand how has this error.
Error during template rendering
In template C:\Users\Admin\AppData\Local\Programs\Python\Python36-32\lib\site-packages\django\contrib\admin\templates\admin\includes\fieldset.html, error at line 19
context must be a dict rather than Context.
line 19 {{ field.field }}
My command in models.py
body = MarkdownField()
Please help me solve this error. I tried but I don't understand how has this error.