Flag Field Type Feature Request

2013-11-01 Thread Paul Kenjora
flag in value else '0', self.flags)) def formfield(self, **kwargs): defaults = {'form_class': MultipleChoiceField, 'widget':CheckboxSelectMultiple, 'choices':map(lambda f: (f, f), self.flags)} defaults.update(kwargs) return super(FlagField, self).formfi

Re: Ticket #7591: Authenticate By Email Support

2008-07-02 Thread Paul Kenjora
year alone. So whats the best way to get involved in proving myself to the group? Are there bugs I can pick up, code I can contribute? Thanks, -Paul On Wed, Jul 2, 2008 at 11:56 AM, George Vilches <[EMAIL PROTECTED]> wrote: > > > On Jul 2, 2008, at 1:24 PM, Paul Kenjora wrot

Re: Ticket #7591: Authenticate By Email Support

2008-07-02 Thread Paul Kenjora
minor feature request into the core. > Actually, I believe there are at least a few existing solutions out > there. A search should turn up a few gems for you. > > On Wed, Jul 2, 2008 at 11:48 AM, Paul Kenjora <[EMAIL PROTECTED]> wrote: > > I've been using Django for a wh

Ticket #7591: Authenticate By Email Support

2008-07-02 Thread Paul Kenjora
I've been using Django for a while and recently started contributing to the trunk. Previously I ran my own branch but sooner or later that gets tiresome. So I created a ticket the other day: http://code.djangoproject.com/ticket/7591 The ticket suggests a patch to contrib/auth that will allow au