I have Post model and have it registered in admin. It has description of TextField()
but while adding new post from admin panel, description area does not support newline or <br>
or any kind of formatting.
I have no usage of forms and only way to add post is through admin panel.