Opened 14 years ago

Closed 14 years ago

Last modified 13 years ago

#13846 closed (duplicate)

formfield_for_manytomanyfield should be documented

Reported by: Massimiliano Owned by: nobody
Component: Documentation Version: 1.2
Severity: Keywords: formfield_for_manytomanyfield
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 admin site method django.contrib.admin.ModelAdmin.formfield_for_manytomanyfield should be documented in the same section as http://docs.djangoproject.com/en/dev/ref/contrib/admin/#django.contrib.admin.ModelAdmin.formfield_for_foreignkey is.

Change History (2)

comment:1 by Simon Meers, 14 years ago

Resolution: duplicate
Status: newclosed

This is a duplicate of #11882

comment:2 by Jacob, 13 years ago

milestone: 1.3

Milestone 1.3 deleted

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