Hello,

1. Why are the generic views from list_detail package different from the views from create_update package.

When I use create_object or update_object, I have to pass to it {'model' : MyModel} dict, but when I use object_list I have to do:

 from django.db.models.query import QuerySet
 info_dict = {'queryset' : QuerySet(model=MyModel)}


2. Why does the object_list return 404 when my table is empty, instead of rendering the template with object_list variable beeing an empty list.

    Thanks, Viktor
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Django users" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/django-users
-~----------~----~----~----~------~----~------~--~---

Reply via email to