Re: Checkboxes collection instead of a multiple select

2014-02-12 Thread Tom Evans
On Wed, Feb 12, 2014 at 11:56 AM, Jonathan Querubina wrote: > Tom, > > Thanks for the feedback! > > This can be used on the admin form? > Absolutely, simply override the widget for that specific field when you register your ModelAdmin for that model: https://docs.djangoproject.com/en/1.6/ref/con

Re: Checkboxes collection instead of a multiple select

2014-02-12 Thread Jonathan Querubina
Tom, Thanks for the feedback! This can be used on the admin form? On Feb 6, 2014, at 12:48 PM, Tom Evans wrote: > On Thu, Feb 6, 2014 at 11:15 AM, Jonathan Querubina > wrote: >> Hi guys, >> >> How do i show a collection of checkboxes instead of a multiple select? >> >> Thanks! > > Sounds l

Re: Checkboxes collection instead of a multiple select

2014-02-06 Thread Tom Evans
On Thu, Feb 6, 2014 at 11:15 AM, Jonathan Querubina wrote: > Hi guys, > > How do i show a collection of checkboxes instead of a multiple select? > > Thanks! Sounds like you want to change the widget on a form: https://docs.djangoproject.com/en/1.6/ref/forms/widgets/ Specifically, changing it fr

Checkboxes collection instead of a multiple select

2014-02-06 Thread Jonathan Querubina
Hi guys, How do i show a collection of checkboxes instead of a multiple select? Thanks! -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an email to django-users+unsubscr..