Opened 18 years ago
Closed 18 years ago
#4900 closed (invalid)
TypeError when models.form_for_instance is used on a model class that refers to self via a manyToManyField
| Reported by: | Owned by: | Jacob | |
|---|---|---|---|
| Component: | Uncategorized | Version: | 0.96 |
| Severity: | 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 get 'TypeError: Cannot resolve keyword _ into field' when models.form_for_instance is used on a model class that refers to self via a manyToManyField. I am using newforms and release 0.96.
Change History (2)
comment:1 by , 18 years ago
| Version: | SVN → 0.96 |
|---|
comment:2 by , 18 years ago
| Resolution: | → invalid |
|---|---|
| Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
Please take support questions like this to the django-users mailing list, this is for bugs in Django itself.