Tagged Questions
The django-widget tag has no wiki summary.
9
votes
6answers
7k views
Filter ManyToMany box in Django Admin
I have a object with a many-to-many relation with another object.
In the Django Admin this results in a very long list in a multiple select box.
I'd like to filter the ManyToMany relation so I only ...
2
votes
1answer
382 views
How do you modify the default widget for all builtin form fields of a certain type in Django?
This is a follow-up on How do you change the default widget for all Django date fields in a ModelForm?.
Suppose you have a very large number of models (e.g. A-ZZZ) that is growing with the input of ...
0
votes
1answer
189 views
Customize Django Admin Change Form Foreignkey to Include View Record
When selecting a foreignkey in the django admin change form I am trying to add an href that can view the record next to the plus that adds the record.
What I've tried just to get the href to render ...