On 6/6/06, Ian Maurer <[EMAIL PROTECTED]> wrote:
> http://www-128.ibm.com/developerworks/linux/library/l-django/
>
> If you notice any errors, kindly send them to me via email and I will
> see if I can get them fixed.

There's an error in Listing 25:

    from django.utils.httpwrappers import HttpResponse

...should be:

    from django.http import HttpResponse

I found this error via
http://steffenoschatz.blogspot.com/2006/06/django-namespace-simplification.html
.

Adrian

-- 
Adrian Holovaty
holovaty.com | djangoproject.com

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

Reply via email to