Re: Populating fields from the admin section

2010-04-12 Thread wizard
I think this can help you, it allows you to make choices for django admin fields. http://docs.djangoproject.com/en/dev/ref/models/fields/#django.db.models.Field.choices http://www.djangoproject.com/documentation/models/choices/ -Francis On Apr 12, 10:58 am, Daxal wrote: > Hey, > > I am wonderin

Populating fields from the admin section

2010-04-12 Thread Daxal
Hey, I am wondering on how to populate list of items for a specific field on model from the admin section of Django? For ex, class cvdb(models.Model): language = models.ManyToManyField(Language, db_table='cm_cvdb_language', verbose_name="languages") I would