Re: GSOC Tags

2013-10-21 Thread Russell Keith-Magee
Hi Jasvir, Frankly -- if something like this has happened, it's because Melange (the software Google uses to run GSoC) is a complete mess. The fact that a Melange search for "Django" doesn't return "Django Software Foundation" is in no way surprising if you've spent any time actually using Melange

GSOC Tags

2013-10-21 Thread Jasvir Singh
I am searching django on list on organisations in GSOC 2013 and when I typed "django" in tags it shows a list of organisation but Django Software Foundation was none of them. Later I found that there are no tags for Django in "Django Software Foundation". The only way to search Django Software Fo

Re: Creating a minimal custom user model. Seems last_login is required. Should it be?

2013-10-21 Thread Xavier Ordoquy
Hi, Le 21 oct. 2013 à 16:04, Tino de Bruijn a écrit : > Harry's use case is an interesting one -- his authentication is being done > entirely by an external process, so there's no need for a password field. > Yes, he could just have the password and last_login fields and not use it, > but why

Re: Creating a minimal custom user model. Seems last_login is required. Should it be?

2013-10-21 Thread Daniele Procida
On Mon, Oct 21, 2013, Tino de Bruijn wrote: >@Harry, just out of curiosity, may I ask how you *do* authenticate your >users? I think he challenges them to a sword fight with rolled-up umbrellas. Daniele -- You received this message because you are subscribed to the Google Groups "Django deve

Re: Creating a minimal custom user model. Seems last_login is required. Should it be?

2013-10-21 Thread Tino de Bruijn
On Mon, Oct 21, 2013 at 2:13 AM, Russell Keith-Magee < russ...@keith-magee.com> wrote: > > On Mon, Oct 21, 2013 at 7:17 AM, Tino de Bruijn wrote: > >> >> On Mon, Oct 21, 2013 at 12:25 AM, Harry Percival < >> harry.perci...@gmail.com> wrote: >> >>> I don't care about last_login! Can this be circu

Re: ANN: Django Sprint November 23/24, Thinkfarm co-working space, Berlin, Germany

2013-10-21 Thread Marc Tamlyn
Hi Jannis, Let me know if you're in need of another committer at the sprint. Can't make any concrete promises as yet and I'd need to work out how cheaply I can get there, but I'd love to come assist if that's helpful. Marc Hi all, I'm excited to announce that the next Django sprint will take pla

ANN: Django Sprint November 23/24, Thinkfarm co-working space, Berlin, Germany

2013-10-21 Thread Jannis Leidel
Hi all, I'm excited to announce that the next Django sprint will take place in Berlin, Germany on November 23rd and 24th. The event is organized by the German Django Association (http://django-de.org/) together with the Django Users Berlin. The sprint is hosted at the Thinkfarm co-working space

Re: Possible idea for removing global state in Django.

2013-10-21 Thread Jonathan Slenders
Le vendredi 18 octobre 2013 13:27:21 UTC+2, Anssi Kääriäinen a écrit : > > On Friday, October 18, 2013 1:31:07 AM UTC+3, Shai Berger wrote: >> >> On Thursday 17 October 2013 08:34:48 Aymeric Augustin wrote: >> > >> > For instance, thread locals are strictly equivalent to regular >> variables i