Re: django.contrib.admin.ModelAdmin.formfield_for_manytomanyfield

2010-06-29 Thread Gregor Müllegger
2010/6/28 Massimiliano della Rovere : > I'd modify http://docs.djangoproject.com/en/dev/ref/contrib/admin/ > page by myself but I do not know how to. You can provide documentation patches the same as you would create a source patch: * Download django's current trunk: svn co http://code.djangopro

Re: django.contrib.admin.ModelAdmin.formfield_for_manytomanyfield

2010-06-28 Thread Gabriel Hurley
You're right that formfield_for_manytomany probably ought to be better documented. If you aren't sure how to write a patch for the docs, the best thing to do is to open a ticket for the issue in Trac. That way it will be logged and someone else can look at it, write a patch, and eventually get it

django.contrib.admin.ModelAdmin.formfield_for_manytomanyfield

2010-06-28 Thread Massimiliano della Rovere
Trying to solve (and it is solved now) my problem I found the undocumented formfield_for_manytomany in contrib/admin/options.py I think it is noteworth and I think it should be mentioned along with http://docs.djangoproject.com/en/dev/ref/contrib/admin/#django.contrib.admin.ModelAdmin.formfield_for