Re: unable to start a background process using the development server

2009-11-13 Thread Russell Keith-Magee
On Sat, Nov 14, 2009 at 1:01 PM, Stephen Crosby wrote: > Thanks for the response Russell, > > We can get into exactly what I'm doing if we need to, but for now lets just > assume that I've thought this through fairly thoroughly and I do in fact > want to start background

Re: Documentation of backwards incompatible changes

2009-11-13 Thread Alex Gaynor
On Fri, Nov 13, 2009 at 11:15 PM, Russell Keith-Magee wrote: > On Sat, Nov 14, 2009 at 8:55 AM, Luke Plant wrote: >> Hi all, >> >> The online docs can easily give the impression that we have perfect >> compatibility with Django 1.0 — the 'Django

Re: unable to start a background process using the development server

2009-11-13 Thread Russell Keith-Magee
On Sat, Nov 14, 2009 at 4:15 AM, stevecrozz wrote: > I tried to reopen this bug http://code.djangoproject.com/ticket/9286, > but apparently that's a no-no since it was closed as invalid by a core > developer. > > I'd like someone to take another look at it since I think

Re: Multi-credential ORM configuration support

2009-11-13 Thread Russell Keith-Magee
On Sat, Nov 14, 2009 at 4:31 AM, Warren Smith wrote: > On Thu, Nov 12, 2009 at 5:17 PM, Russell Keith-Magee > wrote: >>> 1. Retrieve the credentials from the session. >>> 2. Create a new, or update an existing, entry for those credentials in >>> the

#11716 - Bug fix ready for checking

2009-11-13 Thread Leo
Could I please get a core committer or a triager to take a look at this ticket and triage it please? It fixes a fairly core bug in the db.model.field code: http://code.djangoproject.com/ticket/11716 What's the right process here, should I move it to 'Accepted' myself? -- --Leo -- You received

Documentation of backwards incompatible changes

2009-11-13 Thread Luke Plant
Hi all, The online docs can easily give the impression that we have perfect compatibility with Django 1.0 — the 'Django over time' section on [1] has a link to 'Backwards-incompatible changes' [2], which contains pre-1.0 changes only, and a notice at the top saying you don't need to read it

#9200 - working to resolve any issues

2009-11-13 Thread David Durham
I'm back at this one since it apparently is around +0 in the voting, though it still does not have a committer. I've updated the diff to work against trunk, and fixed some documentation errors. However, I'm not able to attach a file to the ticket. I receive this error: 403 Forbidden

unable to start a background process using the development server

2009-11-13 Thread stevecrozz
I tried to reopen this bug http://code.djangoproject.com/ticket/9286, but apparently that's a no-no since it was closed as invalid by a core developer. I'd like someone to take another look at it since I think Jacob didn't understand the bug because the original poster's example was ambiguous. I

Re: Multi-credential ORM configuration support

2009-11-13 Thread Warren Smith
On Thu, Nov 12, 2009 at 5:17 PM, Russell Keith-Magee wrote: >> 1. Retrieve the credentials from the session. >> 2. Create a new, or update an existing, entry for those credentials in >> the database configuration. >> 3. Somehow ensure that the using() operator is used on

Re: non-relational DB

2009-11-13 Thread Waldemar Kornewald
Hey, a little status update: We've switched our work to Alex' github multi-db branch because we depend on that to make a clean non-relational backend API. Otherwise we'd have to rewrite too much code once multi-db gets merged into trunk. The new branch is at: