Re: Fetching results of a query set

2010-12-11 Thread Alex Gaynor
On Sat, Dec 11, 2010 at 10:43 PM, Christophe Pettus wrote: > Hi, > > I've been spelunking through the 1.2.3 Model code, and wanted to see if > someone more familiar with that code than I could answer a question. > > In the case of returning the results of a query set, it

Fetching results of a query set

2010-12-11 Thread Christophe Pettus
Hi, I've been spelunking through the 1.2.3 Model code, and wanted to see if someone more familiar with that code than I could answer a question. In the case of returning the results of a query set, it appears that for most back ends Django reads the results from the cursor in units of

Re: proposal/implementation for reordering inlines

2010-12-11 Thread Russell Keith-Magee
On Sat, Dec 11, 2010 at 11:28 PM, patrickk wrote: > hi, > > the plan is to allow for reodering inlines within the admin-interface > (using drag/drop). before starting to work on patches, I´d like to > discuss some issues ... > > features: > 1. drag/drop (with jQuery-UI

proposal/implementation for reordering inlines

2010-12-11 Thread patrickk
hi, the plan is to allow for reodering inlines within the admin-interface (using drag/drop). before starting to work on patches, I´d like to discuss some issues ... features: 1. drag/drop (with jQuery-UI sortables). 2. in case of errors (somewhere within the form), the position of inline-rows

Enabling context access in simple_tag

2010-12-11 Thread Julien Phalip
Hello, I'd like to bring up an itch that I've been desperate to scratch since my very early days with Django: the inability to access the context from a simple_tag. There are especially two use cases which I encounter on a near weekly- basis: (a) Generate a simple string or some very concise