Re: Improving (and testing!) bash completion

2009-11-18 Thread Russell Keith-Magee
On Mon, Nov 16, 2009 at 6:35 AM, Eric Holscher wrote: > Hey all, > > What I did > > > First thing I did was write tests for the current behavior[1]. No tests were > written for the original commit, so if nothing else, these tests should be > commited. The link there works for the current

Re: Model.objects.raw() (#11863)

2009-11-18 Thread SeanOC
I've posted a new patch to the ticket (http://code.djangoproject.com/ ticket/11863) and have pushed my latest code to http://github.com/SeanOC/django/tree/ticket11863. All of the issues which Jacob raised should now be resolved and an initial version of caching the query results has been implement