Re: Change username field widget in AuthenticationForm based on USERNAME_FIELD

2013-08-05 Thread ptone
This seems like a reasonable change. I don't love the fact that the contrib.auth built in forms quasi support custom user models, as it leads to a less clear delineation about what parts of contrib.auth are tightly coupled auth the default User model.

Re: how get user session name in models django??

2013-08-05 Thread Karen Tracey
Please ask questions about using Django on django-users, and please do not crosspost to both lists. The topic of this list is the development of Django itself. -- You received this message because you are subscribed to the Google Groups "Django developers" group. To unsubscribe from this group

how get user session name in models django??

2013-08-05 Thread raul salinas
hello guys!. how get user session name in models django?? i tried: from django.contrib.auth.models import User class myclass (models.Model): def myuser (): user = User.objects.get() return user establec = models.CharField(max_length=200,default=myuser) but that would be wrong ...any

Re: Deprecate FCGI support in Django 1.7

2013-08-05 Thread Tim Graham
Is there a consensus on the project that'll be created to handle this outside of Django? Would be nice to have something to point people to when closing Trac tickets for FastCGI. On Wednesday, July 24, 2013 5:56:45 AM UTC-4, Tom Evans wrote: > > On Sun, Jul 21, 2013 at 8:28 AM, Some Developer