Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如何将帮助文本放入模板中,以便用户可以轻松地以正确的格式输入数据?例如,一个 DateTimeField ...我如何放置字段的格式,例如 (YYYY-MM-DD HH:MM:SS) 而不会影响默认错误列表的空间?
您可以指定表单字段的 help_text ,或指定模型字段的 help_text。它根本不应该影响错误处理。