From ee2fd1aaee245aef0fdff9af3c1393fdd784e6fc Mon Sep 17 00:00:00 2001 From: aba2222 Date: Wed, 25 Feb 2026 16:30:00 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=A0=E9=99=A4MarkdownModel=E9=BB=98?= =?UTF-8?q?=E8=AE=A4=E5=86=85=E5=AE=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- forum/markdown.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/forum/markdown.py b/forum/markdown.py index 9a9514d..6409cac 100644 --- a/forum/markdown.py +++ b/forum/markdown.py @@ -5,7 +5,7 @@ import bleach class MarkdownModel(models.Model): - content = MDTextField(max_length=40000, default="default content") + content = MDTextField(max_length=40000) content_html = models.TextField(editable=False, blank=True) MARKDOWN_EXTENSIONS = [