Re: Streaming sitemaps

2013-07-25 Thread Roger Barnes
> Ah, yes, I saw mindsocket working on this at PyConAU sprints, but wasn't > sure how far through he'd got. The issues I've had with generator > responses in the past is when there's an error in rendering, they tend to > just stop. > I'm mindsocket :) The patch is ready for review insofar as I

Re: Streaming sitemaps

2013-07-25 Thread Roger Barnes
If you do want to go down the streaming path despite the caching, static and other advice, I can see a couple of options: 1) Write your own sitemap view that doesn't use the sitemap.xml template and instead streams back results using a StreamingHttpResponse and generator based get_url methods in

Re: Ticket #13910: Generator based rendering (streaming) of templates

2013-07-01 Thread Roger Barnes
licitly > promised to do so) > > Thanks for your good work so far and good luck, > > Wim > > On Thursday, 27 June 2013 07:41:14 UTC+2, Roger Barnes wrote: >> >> Hi all, >> >> I picked up on earlier work done for generator based template

Re: Ticket #13910: Generator based rendering (streaming) of templates

2013-06-26 Thread Roger Barnes
been rectified. Any further thoughts? Cheers, - Roger Barnes -- You received this message because you are subscribed to the Google Groups "Django developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to django-developers+unsubscr...@googlegroups.c

Ticket #13910: Generator based rendering (streaming) of templates

2013-05-08 Thread Roger Barnes
dback welcome either here, on the pull request, or on the ticket. https://code.djangoproject.com/ticket/13910 Cheers, - Roger Barnes -- You received this message because you are subscribed to the Google Groups "Django developers" group. To unsubscribe from this group and stop receiving

Re: Yak shaving the test framework on the way to pluggable user models (#3011)

2012-08-30 Thread Roger Barnes
2 weeks ago, I've become aware of django-nose and I'm looking at the possibilities there now. I hope this provides some useful context to the discussion, it may only be of relevance to determining how many yaks to shave. - Roger Barnes -- You received this message because you are subscribed