Opened 15 years ago
Last modified 12 years ago
#12050 closed
Provide a way to control markup standard for forms — at Version 1
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 (1)
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 |
Note:
See TracTickets
for help on using tickets.
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.