Thursday, May 20, 2010

Django: ManyToManyField on ModelForm as checkbox widget

2 comments:

  1. Thanks a lot, that is exactly what I needed :)

    ReplyDelete
  2. can u please explain how to have default value

    like
    .....
    choice_field=(('o','one'),
    ('t','two'))
    .....
    and make check box option in django admin

    ReplyDelete