Opened 3 weeks ago

Closed 3 weeks 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 loh meng chee)

Django 4.2.13 has table border. Once upgraded to 5.0.6, table border vanished.

Attachments (1)

Django-versioning-20240525.pdf (248.8 KB ) - added by loh meng chee 3 weeks ago.

Download all attachments as: .zip

Change History (3)

by loh meng chee, 3 weeks ago

comment:1 by loh meng chee, 3 weeks ago

Description: modified (diff)

comment:2 by Claude Paroz, 3 weeks ago

Resolution: invalid
Status: newclosed

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.

Note: See TracTickets for help on using tickets.
Back to Top