dmptrluke / django-markdownfield

A simple custom field for Django that can safely render Markdown and store it in the database.
MIT License
43 stars 13 forks source link

Update models.py #8

Closed kpavlovsky closed 3 years ago

kpavlovsky commented 3 years ago

Markdown configs should be dict, not list (https://github.com/dmptrluke/django-markdownfield/issues/7)