Make a raw_id_fields input textbox wider

2013-05-29 Thread Victor
*SORRY My previous message was incomplete *** I'm trying to make the input textbox of a raw_id_fields wider than the default size but without success. Here is what I tried ('codarticolo' is the raw_id_fields): admin.py . class MovimentomagInline(admin.TabularInline):

Make a raw_id_fields input textbox wider

2013-05-29 Thread Victor
I'm trying to make the input textbox of a raw_id_fields wider than the default size but without success. Here is what I tried ('codarticolo' is the raw_id_fields): admin.py . class MovimentomagInline(admin.TabularInline): formfield_overrides = { models.CharField: {'widge