Opened 18 years ago

Closed 18 years ago

Last modified 18 years ago

#711 closed defect (duplicate)

ManyToManyField doesn't support "self" instead of a class name parameter.

Reported by: cygnus@… 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.

Change History (1)

comment:1 by Adrian Holovaty, 18 years ago

Resolution: duplicate
Status: newclosed

Duplicate of #75.

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