jdenisTLM

Results 3 issues of jdenisTLM

It could be a very good improvement to re-use the select form widget, already in admin forms. I've tried several things to achieve this goal, but it is not satisfying...

By default, textarea rows is set to 2 in UnfoldAdminTextareaWidget. But it is not possible to change this value, because it is systematicaly updated by the init function of this...

I'm playing with custom urls to add a custom view to my ModelAdmin. This works, except one little thing. Here is my context : I've got an `ActivityAdmin` ``` @admin.register(Activity)...