> The one catch that I see is that you still > have to go through all your views and make sure that you're now > passing in a request object, and if you miss any then you won't > necessarily know until you notice that your page is rendered funny.
No problems, mate. :-) All Django views a) take a request object as their first arg, and b) return an HttpResponse object. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/django-users?hl=en -~----------~----~----~----~------~----~------~--~---