Re: Streaming HttpResponse revisted. Any core devs, please take a look if you can :)

2012-09-28 Thread Tai Lee
Docs have been added (patch should be complete now) and pull request has been opened, at Anssi's request. https://groups.google.com/d/topic/django-developers/RrNPfuJxnlM/discussion Cheers. Tai. -- You received this message because you are subscribed to the Google Groups "Django developers"

Re: localflavor for Singapore

2012-09-28 Thread Russell Keith-Magee
Hi James, Thanks for the submission. Two quick points: 1) As we describe in our contributors guide, there's no need to post a message to django-dev letting us know you've opened a ticket. Trac has plenty of triggers and notifications to let people know about new tickets, including an email feed

Re: django 1.3 google3 statics files not found

2012-09-28 Thread Marijonas Petrauskas
Also, you should not post confidential stuff here (the link is only accessible from internal network). On Fri, Sep 28, 2012 at 8:50 PM, Aymeric Augustin < aymeric.augus...@polytechnique.org> wrote: > Hello, > > Please post questions about using Django to django-users. > > The topic of this list

Re: django 1.3 google3 statics files not found

2012-09-28 Thread Aymeric Augustin
Hello, Please post questions about using Django to django-users. The topic of this list is the development of Django itself. Thanks! -- Aymeric. Le 28 sept. 2012 à 21:36, sandeez a écrit : > Hi I am newbie to django in google3 app engine. I am currently working on a >

django 1.3 google3 statics files not found

2012-09-28 Thread sandeez
Hi I am newbie to django in google3 app engine. I am currently working on a project and am using django 1.3 in appengine. Everytime I build the project, statics are not found. Please suggest any settings required for this.I have refferred following link to build the project.

Re: localflavor for Singapore

2012-09-28 Thread James Rivett-Carnac
forgot to include the ticket number: https://code.djangoproject.com/ticket/19037 On Friday, 28 September 2012 22:15:54 UTC+8, James Rivett-Carnac wrote: > > I have created a ticket for and submitted a patch for the creation of > Singapore local flavor. > > Includes ID numbers (NRIC, FIN),

localflavor for Singapore

2012-09-28 Thread James Rivett-Carnac
I have created a ticket for and submitted a patch for the creation of Singapore local flavor. Includes ID numbers (NRIC, FIN), telephones (landlines, mobile phones), and postal codes (based on ura.gov.sg list). regards, James -- You received this message because you are subscribed to the

Re: #3011 - Custom User Models -- Call for final review

2012-09-28 Thread Russell Keith-Magee
On Fri, Sep 28, 2012 at 8:14 PM, rizumu wrote: > > It is great to see this merged, it has been a long time coming. :) > > I would like to add backwards compatibility to some apps and I'm looking for > a recommended technique. Could the following, or a better option, find its >

Re: #3011 - Custom User Models -- Call for final review

2012-09-28 Thread Mark Lavin
I've been thinking about external app compatibility as well and it seems like: from django.conf import settings AUTH_USER_MODEL = getattr(settings, 'AUTH_USER_MODEL', 'auth.User') class SomeModel(models.Model): author = models.ForeignKey(AUTH_USER_MODEL) is the easiest solution to

Re: #3011 - Custom User Models -- Call for final review

2012-09-28 Thread rizumu
It is great to see this merged, it has been a long time coming. :) I would like to add backwards compatibility to some apps and I'm looking for a recommended technique. Could the following, or a better option, find its way into the docs in a section specific to app developers tasked with

Re: Schema Alteration update

2012-09-28 Thread Andrew Godwin
Yeah, I think I mentioned it a couple of times at DjangoCon but perhaps not loudly enough - Jacob and I had a talk at DjangoCon EU where he said he wanted it all in core, and I tend to agree. Preston has had a look at what I'm doing/planning with AppCache and apparently it'll be compatable with