Re: Improved ajax support idea

2012-11-24 Thread Russell Keith-Magee
On Sun, Nov 25, 2012 at 1:10 AM, James Pic wrote: > Hello everybody, > > Thank you for your feedback. And pretty soon I will tackle this problem in > an external app - or consider joining the party if somebody else has > started, in this case feel free to let me know. > > I

Re: Confusion with Unicode

2012-11-24 Thread Russell Keith-Magee
On Sat, Nov 24, 2012 at 9:55 PM, Santiago Basulto < santiago.basu...@gmail.com> wrote: > Hey guys, i'm posting this here because I posted this on django-users > yesterday and didn't get any help. > > I realise someone has now answered your question -- but *please* don't use django-developers as

Re: Improved ajax support idea

2012-11-24 Thread Jani Tiainen
On Sat, Nov 24, 2012 at 7:10 PM, James Pic wrote: > Hello everybody, > > Thank you for your feedback. And pretty soon I will tackle this problem in > an external app - or consider joining the party if somebody else has > started, in this case feel free to let me know. > > I

Re: Confusion with Unicode

2012-11-24 Thread Ian Kelly
On Sat, Nov 24, 2012 at 6:55 AM, Santiago Basulto wrote: > Hey guys, i'm posting this here because I posted this on django-users > yesterday and didn't get any help. > > I'm kind of confused here... > > If I get data from a request, say: > >

Re: Improved ajax support idea

2012-11-24 Thread James Pic
Hello everybody, Thank you for your feedback. And pretty soon I will tackle this problem in an external app - or consider joining the party if somebody else has started, in this case feel free to let me know. I can understand most of the points made here, expect just one, please bare with me.

Re: Django 1.5 release plans

2012-11-24 Thread Aymeric Augustin
The beta is released when there aren't any release blockers left, or when the remaining ones are considered sufficiently benign to be fixed later on. https://dashboard.djangoproject.com/metric/blockers/ -- Aymeric. -- You received this message because you are subscribed to the Google Groups

Re: Django 1.5 release plans

2012-11-24 Thread Thiago Carvalho D' Ávila
According to Jacab s plan the distance between alpha and beta release is a month. As the alpha was released 25 of October, I think beta is near.. unless there are new delays to come. Em 21/11/2012 21:40, "Emil Kjer" escreveu: > Is there an ETA for release of Django 1.5 beta? > >

Re: dumpdata with custom auth model

2012-11-24 Thread Bruno Renié
Hello, On Sat, Nov 24, 2012 at 7:43 AM, Russell Keith-Magee wrote: > Hi Benoit, > > Like I said in my last response, I'm *not* seeing the problem. Saying "I'm > seeing the problem" doesn't help me. Saying "I've got a custom User" doesn't > help me either -- I've got a

Re: Improved ajax support idea

2012-11-24 Thread Ariel Arias
Hi! I use a lot of Ajax with Django too, but I agree that this kind of solutions should not be inside the core of Django. It can be very well solved by third party projects and include it in the core can make Django lose one of his better things : freedom. Because developers will "understand" that

Confusion with Unicode

2012-11-24 Thread Santiago Basulto
Hey guys, i'm posting this here because I posted this on django-users yesterday and didn't get any help. I'm kind of confused here... If I get data from a request, say: request.GET.get("something") or request.POST.get("something") Is that data automatically being encoded based on the