Re: admin interface

2006-08-09 Thread Michael Hamilton
This is really good news. Thank you to all those involved. The Django admin interface might not be suitable for many custom Web sites, but it does fit the bill for some traditional I.T. apps. Really neat stuff - very DRY. On Thursday 10 August 2006 15:11, Bryan Chow wrote: > ... > I disagre

Re: Views, Filters, and Pain

2006-08-04 Thread Michael Hamilton
As suggested, you could enforce this at the view level. I would add that you could even wrap a generic view. For example, here some code wrapping the object_list generic and filtering the queryset by user ID: def time_by_user_list(request, template_name