dmptrluke / django-markdownfield

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

Fix minor layout issue on Django 3.2 #34

Closed dmptrluke closed 4 weeks ago

dmptrluke commented 1 year ago

33 by @kavdev fixed a layout issue with django-markdownfield in newer versions of Django, but has caused a minor regression in Django 3.2.

image

This issue isn't as impactful as the issue the original code had in newer versions, so I don't want to revert the change, but I would like to find a solution to fix the regression on 3.2 while it's still supported.

dmptrluke commented 4 weeks ago

This version is EOL, closing