What's going on with all these branches?

2006-10-31 Thread Joeboy
Hi Don't like to hassle, but I'm increasingly wondering what the plan is for the many new features due to be included in django. I think this entails these branches: full-history multiple-db-support per-object-permissions schema-evolution search-api sqlalchemy generic-auth (?) I'd really like t

Templatetags and Contexts / RequestContexts

2006-09-04 Thread Joeboy
Hi. I have 'issues' with Contexts, RequestContexts and templatetags. Possibly this is my problem and not Django's, but I'd like to be persuaded of that. I want to get the user in a templatetag, which seems like a perfectly reasonable and common thing to want to do. As far as I can tell the way t

Reversed urlresolvers and included urlconfs

2006-07-26 Thread Joeboy
Hi I've just been looking at the reverse url lookup stuff in django.core.urlresolvers, and I can't see any way of working out what regex is causing a set of urls to be included. Should this functionality be included? Am I stupid (probably)? My use case is that I have a decoupled app whose urls a