Opened 15 years ago
Closed 12 years ago
#12050 closed New feature (duplicate)
Provide a way to control markup standard for forms
Reported by: | diraol | Owned by: | nobody |
---|---|---|---|
Component: | Forms | Version: | 1.0 |
Severity: | Normal | Keywords: | xml, xhtml, html5, html4 |
Cc: | Triage Stage: | Someday/Maybe | |
Has patch: | no | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description (last modified by )
It's easy to create a dinamic form with django, if your site uses HTML. the "forms.Form" ou "forms.ModelForm" work pretty well.
But, if your page is a XML page and you need to create a XML Form it becomes a really difficult job.
Django form model doesn't includes XML/XHTML format.
Change History (6)
comment:1 by , 15 years ago
Description: | modified (diff) |
---|---|
Keywords: | html5 html4 added |
milestone: | 1.2 |
Summary: | XML Forms (XHTML) → Provide a way to control markup standard for forms |
Triage Stage: | Unreviewed → Someday/Maybe |
comment:2 by , 15 years ago
It should be noted that Django does indeed produce XHTML output; it is validating HTML4 that is not produced. The original report might be about XForms.
comment:3 by , 14 years ago
Severity: | → Normal |
---|---|
Type: | → New feature |
comment:6 by , 12 years ago
Resolution: | → duplicate |
---|---|
Status: | new → closed |
If I understand correctly, #15667 covers the general issue of customizing form and widget rendering.
Marking someday/maybe because the issue of generating HTML4/HTML5/XHTML or something else entirely is something that is under vague discussion, but I have no idea what the final solution will look like.