Re: App Engine support

2009-08-27 Thread Russell Keith-Magee
On Fri, Aug 28, 2009 at 6:01 AM, Waldemar Kornewald wrote: > > On Aug 27, 11:54 pm, Waldemar Kornewald wrote: >> We also have a few other potential contributors on our list, but right >> now they're too busy or not ready for contributing, yet: >> * Thomas Bohmbach (from Giftag) >> * Curtis Thomps

Re: App Engine support

2009-08-27 Thread Russell Keith-Magee
On Fri, Aug 28, 2009 at 5:54 AM, Waldemar Kornewald wrote: > > The active contributors currently are: > * Andi Albrecht (working on email backend support) > * Thomas Wanschik (my colleague) > * Waldemar Kornewald (that's me ;) > > Since we're all busy guys who can't work full-time on this project

Re: App Engine support

2009-08-27 Thread Waldemar Kornewald
On Aug 27, 11:54 pm, Waldemar Kornewald wrote: > We also have a few other potential contributors on our list, but right > now they're too busy or not ready for contributing, yet: > * Thomas Bohmbach (from Giftag) > * Curtis Thompson (from Giftag) > * Joe Tyson (maybe you know him? :) > * Malcolm

Ticket #7150 - view pemission in admin

2009-08-27 Thread Russ Ryba
I'm writing to see if I can get this ticket re-opened and added to a branch of django. I need to create an application level administrator who has read only access to other applications in the same project. I was able to follow most of the patches in this ticket and get everything working. It to

Re: Feature proposal: Test client form value extraction

2009-08-27 Thread Forest Bond
Hi, On Thu, Aug 27, 2009 at 07:42:24PM -0100, Joshua Russo wrote: > On Thu, Aug 27, 2009 at 6:22 PM, Forest Bond > wrote: > > Hi, > > On Thu, Aug 27, 2009 at 03:28:03PM -0100, Joshua Russo wrote: > > On Thu, Aug 27, 2009 at 11:54 AM, Joshua Russo > wrote: > > Ok, so I found

Re: contrib.admindocs need some love.

2009-08-27 Thread Alex Gaynor
On Thu, Aug 27, 2009 at 4:03 PM, Justin Lilly wrote: > Hey guys. > >  I started writing some docs for another developer today and hit a few > issues with admindocs that I plan on sprinting on for DjangoCon. I'm > hoping anyone else with complaints / ideas will voice up, though my main > impetus fo

Re: Feature proposal: Test client form value extraction

2009-08-27 Thread Joshua Russo
On Thu, Aug 27, 2009 at 6:22 PM, Forest Bond wrote: > Hi, > > On Thu, Aug 27, 2009 at 03:28:03PM -0100, Joshua Russo wrote: > > On Thu, Aug 27, 2009 at 11:54 AM, Joshua Russo > wrote: > > Ok, so I found that the way I was 'casting' the response object didn't > work. Is > > there no way to cast an

contrib.admindocs need some love.

2009-08-27 Thread Justin Lilly
Hey guys. I started writing some docs for another developer today and hit a few issues with admindocs that I plan on sprinting on for DjangoCon. I'm hoping anyone else with complaints / ideas will voice up, though my main impetus for the post is to announce that I'm going to do it so I can't bac

Re: App Engine support

2009-08-27 Thread Waldemar Kornewald
Hi Andy, On Aug 27, 10:25 pm, Andy Smith wrote: > Hey Waldemar and everyone else, termie here, I'm an App Engine developer and > worked on the Django Helper library. > This is something I'm deeply interested in (and many other app engine folk > agree) and I'd like to work together. Fantastic! W

Re: App Engine support

2009-08-27 Thread Andy Smith
Hey Waldemar and everyone else, termie here, I'm an App Engine developer and worked on the Django Helper library. This is something I'm deeply interested in (and many other app engine folk agree) and I'd like to work together. My initial goals are to get some concrete experiments up so that the pe

Re: Feature proposal: Test client form value extraction

2009-08-27 Thread Forest Bond
Hi, On Thu, Aug 27, 2009 at 03:28:03PM -0100, Joshua Russo wrote: > On Thu, Aug 27, 2009 at 11:54 AM, Joshua Russo wrote: > Ok, so I found that the way I was 'casting' the response object didn't work. > Is > there no way to cast an instance of a base class to a child class in Python?  > > What

Re: Feature proposal: Test client form value extraction

2009-08-27 Thread Joshua Russo
On Thu, Aug 27, 2009 at 11:54 AM, Joshua Russo wrote: > On Wed, Aug 26, 2009 at 1:34 PM, Joshua Russo wrote: > >> On Wed, Aug 26, 2009 at 12:52 PM, Russell Keith-Magee < >> freakboy3...@gmail.com> wrote: >> >>> >>> On Wed, Aug 26, 2009 at 4:41 PM, Joshua Russo >>> wrote: >>> > I figured someone ha

Re: Feature proposal: Test client form value extraction

2009-08-27 Thread Joshua Russo
On Wed, Aug 26, 2009 at 1:34 PM, Joshua Russo wrote: > On Wed, Aug 26, 2009 at 12:52 PM, Russell Keith-Magee < > freakboy3...@gmail.com> wrote: > >> >> On Wed, Aug 26, 2009 at 4:41 PM, Joshua Russo >> wrote: >> > I figured someone had done this at some time. >> > What's the general consensus on wh