permit global change of BaseForm.label_suffix

2014-01-11 Thread Tilman Koschnick
Hi, I'd like to bring up #18133 again, which has been closed as wontfix. I am looking for an easy and non-intrusive way to override the default colon suffix on form field labels. The suggested methods of subclassing the affected Form classes leads to quite a bit of code churn. I am using Forms an

Re: #20824 - Email-based auth contrib module; some help required

2014-02-26 Thread Tilman Koschnick
Hi Russell, On Wed, 2014-02-26 at 15:33 +0800, Russell Keith-Magee wrote: > The idea here is that we just ship a normal auth.User, but with email > identification rather than username. I have just implemented an email based User model as well, and was wondering about case sensitivity in the loca

Re: #20824 - Email-based auth contrib module; some help required

2014-02-28 Thread Tilman Koschnick
On Thu, 2014-02-27 at 20:11 -0800, schinckel wrote: > But there's the rub. Whilst for _most_ email servers, this will indeed > send mail to the same account, there's nowhere that says this _must_ > happen. I agree. Reading RFC 822, it says The domain-dependent string is

Re: #20824 - Email-based auth contrib module; some help required

2014-02-28 Thread Tilman Koschnick
On Thu, 2014-02-27 at 08:43 +0800, Russell Keith-Magee wrote: > It does - assuming you use User.objects.create_user() to create all > your users. However, the UserCreationForm doesn't use this (and hasn't > ever used this); it also doesn't account for fixtures, or any other > path into the databas

Re: [GSOC] A Library For Integrating Neo4j With Django's ORM

2014-03-20 Thread Tilman Koschnick
Hi Saurabh, On Wed, 2014-03-19 at 13:12 -0700, Saurabh Wahile wrote: > The Plan: > I intend to build a library that can help to resolve this issue by > using Django's existing model architecture and extending the foreign > key relationships to be redirected onto the NoSQL solution. > > > I woul