Sunny

Results 2 issues of Sunny

Markdown widget’s media i.e. javascript and stylesheets are not getting added in admin after explicitly defining form_overrides in Django 1.10 `class Entry(models.Model): ... body = MarkdownField() .... from django_markdown.widgets import...

Tried the test example at my end after installing the package but it is not working Input: Output: class ReportContext(BaseModel): items: list[dict[str, Any]] = [ { "gene":"CYP2D6", "level":"3", "detail":[ {...