Opened 6 months ago
Closed 6 months ago
#35480 closed Bug (invalid)
Django 5.0.6
Reported by: | loh meng chee | Owned by: | nobody |
---|---|---|---|
Component: | Forms | Version: | 5.0 |
Severity: | Normal | Keywords: | table border |
Cc: | Triage Stage: | Unreviewed | |
Has patch: | no | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description (last modified by )
Django 4.2.13 has table border. Once upgraded to 5.0.6, table border vanished.
Attachments (1)
Change History (3)
by , 6 months ago
Attachment: | Django-versioning-20240525.pdf added |
---|
comment:1 by , 6 months ago
Description: | modified (diff) |
---|
comment:2 by , 6 months ago
Resolution: | → invalid |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
This is not a bug, the default output format for forms changed (divs instead of tables).
You can read for example in https://docs.djangoproject.com/en/5.0/releases/4.1/#forms:
The div-based output will become the default rendering style from Django 5.0.
Please try first using the help channels before reporting a bug.