Re: Model field vs Form field vs Widget

2009-09-03 Thread Joshua Russo
On Thu, Sep 3, 2009 at 1:11 PM, alexandre...@gmail.com < alexandre...@gmail.com> wrote: > > Hi, I'm a newbie on Django and would like a reference reading on model > fields, form fields and widgets. > > For example I want to have a model field called CountryField that > automatically in forms

Model field vs Form field vs Widget

2009-09-03 Thread alexandre...@gmail.com
Hi, I'm a newbie on Django and would like a reference reading on model fields, form fields and widgets. For example I want to have a model field called CountryField that automatically in forms displays as a bombobox with country options. Furthermore, I want to develop a Zip Code field like the