#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
Note:
See TracTickets
for help on using tickets.
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.