Re: Draft branch: Swappable User models in contrib.auth

2012-08-19 Thread Marc Tamlyn
Ah, thanks Russ, I'd missed the final resolution to that. M On Monday, 20 August 2012 00:12:18 UTC+1, Russell Keith-Magee wrote: > > On Sun, Aug 19, 2012 at 5:23 PM, Marc Tamlyn > > > wrote: > > I believe changes to auth (and several other things) are waiting for > > contrib.migrations. It wi

Re: django 1.5 incompatibility at TemplateView

2012-08-19 Thread Marc Tamlyn
Correct :) On Sunday, 19 August 2012 20:44:11 UTC+1, Bernardo wrote: > > So as long as I don't use the `params` thing (which I don't) there will be > no problem with my views? > Reading this and the other commit done at the same time, looks like the > function calls behave the way I expect :) >

Re: Help review tickets, get a prize!

2012-08-19 Thread Russell Keith-Magee
The problem is that we aren't in a position to guarantee that we have the resources to do this all the time. Rather than set the formal expectation that the 5-for-1 deal will always be available, I'd rather keep it as a "Sale now on!" feature that a core developer can announce when they find themse

Re: ModelForm.Meta.overrides

2012-08-19 Thread Tai Lee
Overall, I like this patch. I think it's a little unbalanced that we provide `Meta.widgets` but no clearly documented way to override other properties on fields without replacing entire fields. I think the doc changes are pretty helpful to users who are looking for a way to do this, and it is a

Re: Django Sprint at PyCon Australia 2012 -- Monday 20th August

2012-08-19 Thread DrMeers
On Monday, 6 August 2012 15:29:04 UTC+10, DrMeers wrote: > > Monday 20th August 0900-2359 AEST at PyCon Australia 2012 (Hobart) [1] > > The Interaction Consortium [2] have kindly offered to provide pizza > and beer (presumably only for those physically present ;) > > Join us via the #django-spri

Re: Draft branch: Swappable User models in contrib.auth

2012-08-19 Thread Russell Keith-Magee
On Sun, Aug 19, 2012 at 5:23 PM, Marc Tamlyn wrote: > I believe changes to auth (and several other things) are waiting for > contrib.migrations. It will be some time... Incorrect. The strategy that was approved for trunk won't require migrations unless you want to change an existing project, whic

Re: Draft branch: Swappable User models in contrib.auth

2012-08-19 Thread Russell Keith-Magee
On Sun, Aug 19, 2012 at 10:02 AM, Victor Hooi wrote: > Hi, > > I'm just wondering, has there been any updates on the User model refactor? > > My understanding is that this is the official way of handling Users going > forward. > > Is there any roadmap on when it might hit trunk? I didn't see any r

Re: Need Django experts to explain some of my questions in bay Area, CA

2012-08-19 Thread Karen Tracey
Please ask for help like this on django-users, not here. The topic of this list is the development of Django itself. Thanks, Karen -- You received this message because you are subscribed to the Google Groups "Django developers" group. To post to this group, send email to django-developers@googl

Need Django experts to explain some of my questions in bay Area, CA

2012-08-19 Thread Nirmal Sharma
Hi, I am building a website for non-profit work using Django but i got stuck at one place. It would be great if somebody help me in resolving some of my question. I need only an hr of you. Regards ~Nirmal -- You received this message because you are subscribed to the Google Groups "Django de

Re: django 1.5 incompatibility at TemplateView

2012-08-19 Thread Bernardo
So as long as I don't use the `params` thing (which I don't) there will be no problem with my views? Reading this and the other commit done at the same time, looks like the function calls behave the way I expect :) Bernardo Em domingo, 19 de agosto de 2012 06h44min03s UTC-3, Marc Tamlyn escrev

Re: django 1.5 incompatibility at TemplateView

2012-08-19 Thread Marc Tamlyn
Hi Bernado, Template view passing params into the context rather than just passing the kwargs from the urlconf directly is actally somewhat older, and is kept as legacy from django.views.generic.simple.direct_to_template. The changes you refer to do actually introduce a subtle backwards incompa

Re: Draft branch: Swappable User models in contrib.auth

2012-08-19 Thread Marc Tamlyn
I believe changes to auth (and several other things) are waiting for contrib.migrations. It will be some time... On Sunday, 19 August 2012 03:02:51 UTC+1, Victor Hooi wrote: > > Hi, > > I'm just wondering, has there been any updates on the User model refactor? > > My understanding is that this is