Re: CSRF proposal and patch ready for review

2009-08-29 Thread Russell Keith-Magee
On Sun, Aug 30, 2009 at 3:10 AM, Luke Plant wrote: > > Can I have some feedback on this please? ... > As far as I'm concerned, this is ready for checkin, except that I > haven't had *any* recent feedback or thumbs up etc. from the list or > other core devs. Apologies, Luke. I had this one flagged

Re: CSRF proposal and patch ready for review

2009-08-29 Thread Luke Plant
Can I have some feedback on this please? I've now addressed everything outstanding (tested under HTTPS and updated the tutorials), and I've included a friendly summary at the top of http://code.djangoproject.com/wiki/CsrfProtection For those wanting to see the patch, for once Trac hasn't barfe

Re: App Engine support

2009-08-29 Thread Mike Malone
> Do you also intend to contribute some code? You could team up with > Mitch on the SimpleDB backend, for example (at least, you seemed to be > most interested in that). Sure. > Some higher-level features like JOINs can be useful *and* practical > even on non-SQL DBs. Of course, emulated operati

Re: #11775 ABSOLUTE_URL_OVERRIDES doesn't work for the majority of contrib models

2009-08-29 Thread Jukka Välimaa
Hi, I've modified the patch. Please review when you have time. --Jukka On Mon, Aug 24, 2009 at 4:25 PM, Russell Keith-Magee wrote: > > On Mon, Aug 24, 2009 at 5:09 AM, Jukka wrote: > > > > Hi all, > > > > I've been working with Django for a bit now, and decided to try > > contributing, by submi

Re: App Engine support

2009-08-29 Thread Waldemar Kornewald
On Aug 28, 10:01 pm, Mike Malone wrote: > Hey hey, > > If we're gunna start talking about a more generic DB API then count me in! Do you also intend to contribute some code? You could team up with Mitch on the SimpleDB backend, for example (at least, you seemed to be most interested in that). >

Re: FileFields and file ownership

2009-08-29 Thread Léon Dignòn
I would love to see this feature in Django as soon as possible :) something like: avatar = ImageField(upload_to='avatars', blank=True, replace_on_upload=True) Also a Widget which adds a Checkbox to a ModelForm to clear the ImageField, like RemovableFileField in ticket #7048, would be great! On