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
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
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