Opened 19 years ago

Closed 19 years ago

Last modified 17 years ago

#438 closed defect (invalid)

marking the field null=True it does not seems to work

Reported by: anonymous Owned by: Adrian Holovaty
Component: contrib.admin Version:
Severity: normal Keywords:
Cc: Triage Stage: Unreviewed
Has patch: no Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

I have a "Many-to-many relationships via an intermediary table" and when I try to add one field which is marked in model as null=True it gives me errors saying the field is required

Change History (1)

comment:1 by Adrian Holovaty, 19 years ago

Resolution: invalid
Status: newclosed

You need blank=True.

Please don't use the ticket system for support questions -- only for bugs and feature requests. Go to the mailing lists or IRC for support.

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