Re: Finding models by name

2006-02-04 Thread limodou
2006/2/5, Maniac <[EMAIL PROTECTED]>: > > The recent message from Luke Plant on generic views call syntax got me > thinking. Now one should pass a model's queryset into a generic view. > This means that urlconf should import all models used in generic views > which would become an annoying boilerp

Re: Finding models by name

2006-02-04 Thread Maniac
Maniac wrote: The recent message from Luke Plant on generic views call syntax got me thinking. Now one should pass a model's queryset into a generic view. This means that urlconf should import all models used in generic views which would become an annoying boilerplate if you use them extensi

Finding models by name

2006-02-04 Thread Maniac
The recent message from Luke Plant on generic views call syntax got me thinking. Now one should pass a model's queryset into a generic view. This means that urlconf should import all models used in generic views which would become an annoying boilerplate if you use them extensively. Another u