ANNOUNCE:- ibm_db_django-0.1.4 IBM Dataservers backend support for Django 1.1 Released

2009-10-21 Thread Tarun Pasrija
IBM_DB_DJANGO-0.1.4 --- IBM_DB_DJANGO adaptor enables access to IBM databases from Django applications http://www.djangoproject.com/. The adaptor is developed and maintained by IBM. What's New? We are pleased to announce the release of ibm_db_d

Re: Session/cookie based messages (#4604)

2009-10-21 Thread Tobias McNulty
On Fri, Oct 16, 2009 at 2:10 PM, David Cramer wrote: > I agree, this is 30 minutes of work to change the usage in Django, and it > should be done with the inclusion of the messages patch. I'm working on migrating auth, admin, and the create_update generic views to use messages in my bitbucket br

Re: Django 1.2 feature voting

2009-10-21 Thread Jeremy Dunck
On Tue, Oct 13, 2009 at 8:38 AM, Jacob Kaplan-Moss wrote: ... >    A +1 from a non-committer is an offer to personally work on the feature, >    or to help the person working on it by reviewing the patch, testing, etc. Holy smokes, there are gonna be some busy people. :) --~--~-~--~---

Re: The this-needs-to-be-in-django angst

2009-10-21 Thread Jeremy Dunck
On Wed, Oct 21, 2009 at 2:22 PM, mrts wrote: ... > Django Bug Days > --- > > At regular intervals, say twice a month on Saturdays, > set aside 2-3 hours for IRC-based bug hunting sprints. If we do this, I think the time slot should rotate to allow different timezones to participate;

Re: The this-needs-to-be-in-django angst

2009-10-21 Thread Paul McLanahan
On Wed, Oct 21, 2009 at 8:57 PM, Russell Keith-Magee wrote: > > On Thu, Oct 22, 2009 at 8:48 AM, James Bennett wrote: >> >> On Wed, Oct 21, 2009 at 7:36 PM, Russell Keith-Magee >> wrote: >>> Let me tell you a store about three people named Everybody, Anybody, >>> Somebody and Nobody. >> >> Four

Re: The this-needs-to-be-in-django angst

2009-10-21 Thread Russell Keith-Magee
On Thu, Oct 22, 2009 at 8:48 AM, James Bennett wrote: > > On Wed, Oct 21, 2009 at 7:36 PM, Russell Keith-Magee > wrote: >> Let me tell you a store about three people named Everybody, Anybody, >> Somebody and Nobody. > > Four! The four people in this story are... erm... ahh... Nobody isn't a per

Re: The this-needs-to-be-in-django angst

2009-10-21 Thread Jeremy Dunck
On Oct 21, 2009, at 7:48 PM, James Bennett wrote: > -- > "Bureaucrat Conrad, you are technically correct -- the best kind of > correct." Very fitting. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django

Re: The this-needs-to-be-in-django angst

2009-10-21 Thread James Bennett
On Wed, Oct 21, 2009 at 7:36 PM, Russell Keith-Magee wrote: > Let me tell you a store about three people named Everybody, Anybody, > Somebody and Nobody. Four! The four people in this story are... -- "Bureaucrat Conrad, you are technically correct -- the best kind of correct." --~--~---

Re: Django 1.2 feature voting

2009-10-21 Thread Cornbread
http://spreadsheets.google.com/ccc?key=txJx3_oLeRwrk8SwnoWc88w Column X On Oct 13, 6:38 am, Jacob Kaplan-Moss wrote: > Hey folks -- > > Like last time 'round, if you'd like to express an opinion about > features for Django 1.2, go and vote: > > http://spreadsheets.google.com/ccc?key=0AtIlKMKDxM

Re: The this-needs-to-be-in-django angst

2009-10-21 Thread Russell Keith-Magee
On Thu, Oct 22, 2009 at 3:22 AM, mrts wrote: > > On Oct 20, 7:19 pm, Jacob Kaplan-Moss wrote: > > Django Bug Days > --- > > At regular intervals, say twice a month on Saturdays, > set aside 2-3 hours for IRC-based bug hunting sprints. Yes, we should have more regular sprints. Howeve

Re: Help me write tests for my patch on template rendering

2009-10-21 Thread Peter Bengtsson
Thanks for the help. Patch uploaded http://code.djangoproject.com/ticket/11421 On Oct 21, 6:49 pm, Peter Bengtsson wrote: > On 21 Oct, 16:34, Jacob Kaplan-Moss wrote:> On Wed, Oct > 21, 2009 at 9:29 AM, Peter Bengtsson wrote: > > > But how do I run these? It takes many many seconds to run the

Re: Ticket 11967 review?

2009-10-21 Thread Russell Keith-Magee
On Wed, Oct 21, 2009 at 10:19 PM, Lakin Wecker wrote: > > http://code.djangoproject.com/ticket/11967 > > As commented on the ticket: > >  This is driving me nuts too.  It wouldn't be so bad if this was a 404, but >  combined with #11191 and #3785 it generates a ton of 500 errors. :/ > >  Any chan

Re: The this-needs-to-be-in-django angst

2009-10-21 Thread mrts
On Oct 20, 7:19 pm, Jacob Kaplan-Moss wrote: > What's frustrating, though, is hearing that you have a > problem with our workflow without any concrete suggestions > to improve it or offers of assistance. There's a general > theme underlying most of this "angst" (as you call it): > the tone implie

Re: Off Topic: Where to discuss web application frameworks in general

2009-10-21 Thread Kevin Teague
On Oct 21, 3:43 am, maxky wrote: > > I know, that this is not the right place for that discussion. Can > anyone redirect me > to the adequate bb or usenet group? Python's Web-SIG list is the best place for asking questions that will be read by a variety of different Python framework developers

Re: Help me write tests for my patch on template rendering

2009-10-21 Thread Peter Bengtsson
On 21 Oct, 16:34, Jacob Kaplan-Moss wrote: > On Wed, Oct 21, 2009 at 9:29 AM, Peter Bengtsson wrote: > > But how do I run these? It takes many many seconds to run the whole > > suite. > > Seehttp://ericholscher.com/blog/2009/oct/16/easy-running-django-test-suite/ > if you need help running the

Re: Help me write tests for my patch on template rendering

2009-10-21 Thread Jacob Kaplan-Moss
On Wed, Oct 21, 2009 at 9:29 AM, Peter Bengtsson wrote: > But how do I run these? It takes many many seconds to run the whole > suite. See http://ericholscher.com/blog/2009/oct/16/easy-running-django-test-suite/ if you need help running the test suite. Remember: `runtests.py` uses the same mech

Re: Help me write tests for my patch on template rendering

2009-10-21 Thread Jeremy Dunck
On Wed, Oct 21, 2009 at 9:29 AM, Peter Bengtsson wrote: ... > Can someone guide me through the jungle of Django tests to run and > write a test for this? > I figure the place to add test is: > trunk/tests/regressiontests/templates/tests.py > > But how do I run these? It takes many many seconds to

Re: Ticket 11967 review?

2009-10-21 Thread lakin
For the record, I used this to turn the 500 errors into 404's - which makes the severity of the ticket a bit lower as it's reasonably easy to work around the 500 email spam associated issue: RewriteRule .*\.(gif|ico|jpe?g|bmp|wmf|mid|rmi|rm|ram|au|wav|art|img)$ - [L,NC] Lakin On Oct 21, 8:19 am,

Public method for getting model field names in order of definition

2009-10-21 Thread David Chandek-Stark
The values_list() query set method is useful for dumping data to CSV, etc. However, I find that I often want to use it without specifying the field names (to get them all) and yet also include the field names as the first row in my data export. There is no "public" method for getting all the nam

Help me write tests for my patch on template rendering

2009-10-21 Thread Peter Bengtsson
(Sorry about the vague subject line) I've written a patch that fixes this: http://code.djangoproject.com/ticket/11421 But so far only for AttributeErrors. But I don't want to submit the patch until I've got tests for it. Can someone guide me through the jungle of Django tests to run and write a

Ticket 11967 review?

2009-10-21 Thread Lakin Wecker
http://code.djangoproject.com/ticket/11967 As commented on the ticket: This is driving me nuts too. It wouldn't be so bad if this was a 404, but combined with #11191 and #3785 it generates a ton of 500 errors. :/ Any chance this will be in 1.0.5 or 1.1.2? I mean - I can configure apache to

Re: FileFields and file ownership

2009-10-21 Thread anentropic
Just dropping by to add my support for adding this functionality. At the moment it doesn't seem consistent that you automatically delete the file when you delete a model (...what if something else was using it?!) but don't do the same when uploading a new file to the same field. It should be co

Off Topic: Where to discuss web application frameworks in general

2009-10-21 Thread maxky
I am looking for a web application framework with the following charateristics: * focused on database applications, much like the django admin interface. * the model and all application data in the database (to allow end users to adjust the model over the web and to allow interfacing to diffe

Re: auth.User: a new approach

2009-10-21 Thread Russell Keith-Magee
On Wed, Oct 21, 2009 at 2:55 PM, Hanne Moa wrote: > > On Tue, Oct 20, 2009 at 16:18, Russell Keith-Magee > wrote: >> >> On Mon, Oct 19, 2009 at 11:52 PM, Hanne Moa wrote: >>> >>> It doesn't look like Contrib-06, covering ticket #3011, Allow for >>> extendable user module, will be in for 1.2. Th

Re: The this-needs-to-be-in-django angst

2009-10-21 Thread Vinay Sajip
On Oct 20, 5:46 pm, James Bennett wrote: > The tickets currently open in Trac represent approximately 14.5% of > all tickets ever opened. About 15% of all open tickets are currently > at the "unreviewed" stage. > > These numbers suggest that you are, at the very least, exaggerating > quite a bit