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
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
2 matches
Mail list logo