Comet support in Django?

2010-07-09 Thread Yuval Adam
Hi guys. I failed to find any serious documentation on how to do comet (AKA HTTP push) on Django. Obviously Django does not (and will not?) support this out-of-the-box due to the way Django is deployed, and naturally you will need to use an external server (orbited and twisted come to mind). But

Ticket #12978 status

2012-02-17 Thread Yuval Adam
Hey all, Can anyone here please help me out with understanding the status of ticket #12978? (https://code.djangoproject.com/ticket/12978) It's a 2 year old feature request, fulfilled with a patch + tests + docs by me, several months after. It has been in "triage" ever since. Unfortunately, I do

Re: GitHub migration done!

2012-04-28 Thread Yuval Adam
I think this issue should be dealt with sooner rather than later. Django will start getting lots of orphan pull requests with no matching trac ticket, and a policy of how community members should contribute via github should be in place. As a side note, it is kind of a hassle to submit a pull req

Re: GitHub migration done!

2012-04-28 Thread Yuval Adam
Hey Aymeric, Just throwing in my 2 cents. If there's a public thread I can follow re: this issue, I'd appreciate a link, since I haven't been able to find it. Waiting patiently :) - Yuval On Apr 29, 12:36 am, Aymeric Augustin wrote: > On 28 avr. 2012, at 21:46, Yuval Adam wr

Submitting a new django.contrib.localflavor

2009-06-22 Thread Yuval Adam
I created a new local flavor (ticket: http://code.djangoproject.com/ticket/11350) and attached the forms.py file How do I get this submitted now? Thanks, - Yuvak --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Dj

Re: Submitting a new django.contrib.localflavor

2009-06-22 Thread Yuval Adam
Yuval On Jun 22, 7:27 pm, Alex Gaynor wrote: > On Mon, Jun 22, 2009 at 10:17 AM, Yuval Adam wrote: > > > I created a new local flavor (ticket: > >http://code.djangoproject.com/ticket/11350) > > and attached the forms.py file > > > How do I get this submitted