Opened 10 years ago
Closed 10 years ago
#23881 closed Uncategorized (duplicate)
SubfieldBase's contribute_to_class method doesn't accept the new virtual_only parameter
Reported by: | Gavin Wahl | Owned by: | nobody |
---|---|---|---|
Component: | Database layer (models, ORM) | Version: | 1.7 |
Severity: | Normal | Keywords: | |
Cc: | Triage Stage: | Unreviewed | |
Has patch: | yes | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
Field.contribute_to_class got a virtual_only param in Django 1.7. When using SubfieldBase, this parameter is not accepted.
Note:
See TracTickets
for help on using tickets.
#21940