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
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
> 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
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
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).
>
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