Re: EuroPython Sprints

2009-05-20 Thread Robert Lofthouse
I'm scheduled to give a talk there and if I can definitely make it then I'll be going to the sprints as well. Rob On May 19, 8:40 am, Sergio Oliveira wrote: > Is there someone going to EuroPython (Birmingham - UK)? > I've just saw that Django is in the top of the proposed sprints > list:http:/

Re: Proposal: user-friendly API for multi-database support

2008-09-10 Thread Robert Lofthouse
Wow, i'm with Malcolm on the "steady on, let's take this a bit at a time" :) Someone has been working hard, but that's a huge amount to think about. Reading through some of the comments: Most of the functionality described here would be an explicit mapping and choice made by the developer, it wou

Re: Templates extending themselves cause infinite recursion

2008-09-06 Thread Robert Lofthouse
That's funny, as I was just talking about this with a few people at the TWID party last night. We had this problem at GCap and in a lot of cases (depending on your architecture) you do actually want to say {% extends "base.html" %} where the file is base.html, but the logic should be clever enoug