#711 closed defect (duplicate)
ManyToManyField doesn't support "self" instead of a class name parameter.
| Reported by: | 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
The ManyToManyField type doesn't support using "self" as an alternative to the class name as with ForeignKeys.
Note:
See TracTickets
for help on using tickets.
Duplicate of #75.