Re: Example on bitmap charts

2006-09-09 Thread Jacob Kaplan-Moss
On Sep 8, 2006, at 5:23 PM, Andy Robinson wrote: > I have just added a Wiki page under the Cookbook section showing > how to > create dynamic charts using ReportLab's graphics library. It seems > not > many people know about our chart library, which has been serving > financial charts in big

Re: Re: Custom default managers interfere with delete operations

2006-09-09 Thread James Bennett
On 9/9/06, Russell Keith-Magee <[EMAIL PROTECTED]> wrote: > Thinking a little higher level, it feels like we should be avoiding the idea > of a 'default' manager as much as possible. We let people define multiple > managers, but we fall back to the default far too often. Agreed; there are a coupl

Re: Custom default managers interfere with delete operations

2006-09-09 Thread JP
> Consider a weblog app with an Entry model and a Category model: > > * An Entry can be either "live" or "draft". > * There's a many-to-many relation between Entry and Category. [snip (paraphrased) altering the default manager breaks admin, but it's necessary to change how related fields do their

Re: Custom default managers interfere with delete operations

2006-09-09 Thread Ned Batchelder
Russell Keith-Magee wrote: On 9/9/06, Ned Batchelder <[EMAIL PROTECTED] > wrote: I'm not familiar with the internals of this code, but here's a naive conception: since the default objects manager is made automatically by the ORM, couldn't it still be ava

log_action & message rendering

2006-09-09 Thread Ilia Kantor
Is there a special reason to put message rendering out of log_action and LogEntry context ? Usually, logger or renderer does it, probably delegating call to object. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups