Opened 16 years ago

Closed 16 years ago

#7073 closed (invalid)

ManyToManyField is required unless blank=True specified

Reported by: development@… Owned by: nobody
Component: contrib.admin Version: dev
Severity: Keywords: ManyToManyField, Admin
Cc: Triage Stage: Unreviewed
Has patch: no Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

In the admin interface, ManyToManyFields must have blank=True in order to not be required. This may possibly not be a bug, but the documentation should be updated to outline this issue.

This is present in r7450

Change History (1)

comment:1 by Alex Gaynor, 16 years ago

Resolution: invalid
Status: newclosed
Note: See TracTickets for help on using tickets.
Back to Top