Re: Porting Django to Python 3.0 as a GSoC project

2008-03-26 Thread Graham Dumpleton
On Mar 27, 4:41 pm, "James Bennett" <[EMAIL PROTECTED]> wrote: > And it's extremely > unlikely that there'll be stable web server interfaces to run behind; > at this point we're still not quite certain what WSGI on Python 3.0 is > going to look like, and though Graham is a god among mere mortals

Re: Re: Porting Django to Python 3.0 as a GSoC project

2008-03-26 Thread Rodrigo Bernardo Pimentel
On Thu, Mar 27 2008 at 01:31:04AM BRT, Sage La Torra <[EMAIL PROTECTED]> wrote: > On Wed, Mar 26, 2008 at 6:03 PM, <[EMAIL PROTECTED]> wrote: > > I wrote him and said I had contemplated porting Django to py3k as a > > project for the Google Summer of Code. He answered that there was > > probabl

Re: Porting Django to Python 3.0 as a GSoC project

2008-03-26 Thread James Bennett
On Wed, Mar 26, 2008 at 7:03 PM, Rodrigo Bernardo Pimentel <[EMAIL PROTECTED]> wrote: > Martin mentioned that he would be willing to co-mentor me for GSoC along > with a Django developer, with either one being the "official" mentor. > > So I'd like to know what you think about this as a GSoC pr

Re: Porting Django to Python 3.0 as a GSoC project

2008-03-26 Thread Sage La Torra
On Wed, Mar 26, 2008 at 6:03 PM, Rodrigo Bernardo Pimentel <[EMAIL PROTECTED]> wrote: > > Hi! > > A few days ago, Martin Löwis mentioned here and on the python-3000 list that > he had started porting Django to Python-3000 > > (http://groups.google.com/group/django-developers/browse_thread/thr

4GB USB flash drives for only $14.49

2008-03-26 Thread jimcaan
Hey there, www.dealsusb.com has 4GB USB flash drives for only $14.49 Free Shipping with warranty . No rebates. Now we can store large amounts of data into this Massive 4gb portable flash drive Jimmy --~--~-~--~~~---~--~~ You received this mess

Re: Aggregates

2008-03-26 Thread Russell Keith-Magee
On Thu, Mar 20, 2008 at 5:42 PM, Justin Fagnani <[EMAIL PROTECTED]> wrote: > > On Wed, Mar 19, 2008 at 11:24 PM, Russell Keith-Magee > <[EMAIL PROTECTED]> wrote: > > > > I don't completely agree that values() is the right place. > > I'm not 100% convinced values() is the right place either, but on

Re: PAM Auth backend for Django

2008-03-26 Thread Thejaswi Puthraya
On Mar 26, 10:04 pm, "Sage La Torra" <[EMAIL PROTECTED]> wrote: > Thanks for the proposal! > > For what it's worth, I'm not a Django mentor, but I am a two-time > Summer of Coder. I just wanted to know if you had a timeline in mind? > One of the harder parts of Summer of Code is the 'Summer' part,

Re: Aggregates

2008-03-26 Thread Russell Keith-Magee
On Tue, Mar 25, 2008 at 2:48 PM, David Cramer <[EMAIL PROTECTED]> wrote: > > Distinct can cover most use cases for this, but in general: > > MyModel.objects.filter(some_kind_of_manytomany__blah__blah__blah=X).select_related(some_kind_of_manytomany__blah).group_by(some_kind_of_manytomany__blah)

Re: Add newform errors directly (without using ValidationError)

2008-03-26 Thread Simon Litchfield
Instead of -- form.errors['my_file_field'] = forms.util.ErrorList([u'Some error in processing file']) Maybe something more like -- form.add_error('Some error in processing file', 'my_file_field') And with a nice simple default to non_field_errors -- form.add_error('A general form error message')

Add newform errors directly (without using ValidationError)

2008-03-26 Thread Simon Litchfield
I tend to think there needs to be a documented, 'clean' way of adding non_field_errors (and even field errors too) to forms, *outside* the clean() methods. Currently, I believe the only 'right' way to add errors is by raising a ValidationError. This is suitable for 'contained' and relatively simp

Porting Django to Python 3.0 as a GSoC project

2008-03-26 Thread Rodrigo Bernardo Pimentel
Hi! A few days ago, Martin Löwis mentioned here and on the python-3000 list that he had started porting Django to Python-3000 (http://groups.google.com/group/django-developers/browse_thread/thread/d0922f1d56b09a4c). I wrote him and said I had contemplated porting Django to py3k as a project for t

Re: [GSoC Proposal] PAM Auth backend for Django

2008-03-26 Thread Sage La Torra
Thanks for the proposal! For what it's worth, I'm not a Django mentor, but I am a two-time Summer of Coder. I just wanted to know if you had a timeline in mind? One of the harder parts of Summer of Code is the 'Summer' part, so it can pay off to have a proposed timeline. It also gives your mentor

[GSoC Proposal] PAM Auth backend for Django

2008-03-26 Thread Thejaswi Puthraya
Hello django devs, Here is the proposal I have submitted for the Google Summer of Code. I just wanted to know your comments/suggestions. Overview == Introduction to PAM Pluggable Authentication Modules are the backbones of authentication in most POSIX systems like L

Re: Public spec is needed for writing ORM adapters

2008-03-26 Thread jeffself
Since I'm the originator of this thread, (thank me or curse me), I'll be glad to help out in whatever ways possible. I know Jacob said he was going to write the documentation for this. What kind of assistance can I provide? I'll be glad to test the driver that eventually gets written as well. E

Re: Streaming Uploads Discussion

2008-03-26 Thread Malcolm Tredinnick
On Tue, 2008-03-25 at 22:59 -0700, Mike Axiak wrote: > On Mar 25, 3:38 pm, Mike Axiak <[EMAIL PROTECTED]> wrote: > > Yes. :-) > Doh. I didn't realize you actually wanted me to do more work. I didn't either. I thought I may have just been missing something obvious. But now that you've written the