hmm, what about using "edit_inline" like:
class Article(meta.Model):
headline = meta.CharField(maxlength=100)
publications = meta.ManyToManyField(Publication,
edit_inline=meta.TABULAR)
i didn't try that btw.
patrick
Am 24.02.2006 um 16:14 schrieb Philippe Mironov:
>
> [EMAI
[EMAIL PROTECTED] a écrit :
>The following model was taken from :
>http://www.djangoproject.com/documentation/models/many_to_many/
>
>**
>from django.core import meta
>
>class Publication(meta.Model):
>title = meta.CharField(maxlength=30)
>
>def __repr__(se
2 matches
Mail list logo