Re: AbstractUser to get more abstract

2013-09-24 Thread Luke Sneeringer
Good evening, Russell, et. al., I had some time this afternoon. :-) Since there are already a couple of reference implementations for how to do this with an e-mail app, I decided to take a crack at an implementation that would include an EmailUser within the base auth app. I understand we've

Re: Hyperlink CSS on djangoproject.com

2013-09-24 Thread Marc Tamlyn
As someone who has color blindness (off the top of my head I can't remember the exact condition, but it's not simple red-green that 1 in 8 men have) it looks fine to me. Personally I like the distinction between the external and internal links. My guidance for people is generally that if you

Hyperlink CSS on djangoproject.com

2013-09-24 Thread Daniele Procida
On djangoproject.com and the docs in particular, we don't underline hyperlinks, though we do, with dots, if it's a hyperlink to a class or function or module. That means users need to rely on the colour of the text to determine whether something is a link or not. It works fine for me, but I

Re: get_cache and multiple caches

2013-09-24 Thread Tom Evans
On Mon, Sep 23, 2013 at 5:55 AM, Anssi Kääriäinen wrote: > On 09/20/2013 06:29 PM, Tom Evans wrote: >> >> On Fri, Sep 20, 2013 at 4:13 PM, Florian Apolloner >> wrote: It seems more sensible to hook something that has the lifetime of the

Re: AbstractUser to get more abstract

2013-09-24 Thread Stefano Crosta
Hello all, this thread as gone so fast that I didn't manage to catch up and jump in time probably, but I did write a contrib app for Email-only user model: https://bitbucket.org/3h/django-accounts My experience: I had to copy-paste a LOT of code to be sure all works, definitely much more that