#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
Pull Requests:How to create a pull request

Description (last modified by loh meng chee)

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

Change History (3)

by loh meng chee, 11 months ago

comment:1 by loh meng chee, 11 months ago

Description: modified (diff)

comment:2 by Claude Paroz, 11 months 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