Re: Admin media root

2006-09-24 Thread Malcolm Tredinnick
On Sun, 2006-09-24 at 16:11 +0200, Manuel Saelices wrote: > Hi all, > > I just look 3811 revision... tha patch makes posible you can run > development server with: > > ./manage.py runserver --adminmedia /foo/path/ > > It is a good idea, but I think it can be done besides with a > ADMIN_MEDIA_DI

Admin media dir (patch)

2006-09-24 Thread Manuel Saelices
If anybody is interested... I attach patch for functionality of setting admin_media in settings.py. Cheers, PS: Excuse me if I start a new thread instead of answering last email... I dont receive via POP emails send by me (I dont know why :_( ) --~--~-~--~~~---~--~--

Admin media root

2006-09-24 Thread Manuel Saelices
Hi all, I just look 3811 revision... tha patch makes posible you can run development server with: ./manage.py runserver --adminmedia /foo/path/ It is a good idea, but I think it can be done besides with a ADMIN_MEDIA_DIR (or ADMIN_MEDIA_ROOT) setting, instead of have to remember runserver with

Re: Extend URL resolver support for HTTP Methods / REST support

2006-09-24 Thread Russell Cloran
Hi, On 9/22/06, James Crasta <[EMAIL PROTECTED]> wrote: > First, we define a RestfulView base class, which leverages python's > __call__ functionality. And now for something completely different: A decorator! :P OK, but seriously, I quite like the idea of using decorators. Below is a completely

GenericRelations and select_related() problem

2006-09-24 Thread [EMAIL PROTECTED]
I'm assuming this is considered a bug. Using a GenericRelation() on a table, you would assume doing a select_related() would pull from this table as well right? Doesn't seem to be so. --~--~-~--~~~---~--~~ You received this message because you are subscribed to t

Re: Helping creating a manager

2006-09-24 Thread [EMAIL PROTECTED]
So I've found no way to do a LEFT JOIN with .extra, and I see no way to do what I want without doing a manual SQL query, which presents a problem. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django developers"