On Wed, Oct 29, 2008 at 11:05 PM, Tsinga <[EMAIL PROTECTED]> wrote: > > I am working with a new book (Learning Website Development with > Django) from Ayman Hourieh. > I am going through the application presented in that book. >
The change you are having trouble with (clean_data renamed to cleaned_data) was made May 14, 2007. So even if the book is new it doesn't seem to be covering a very recent release of Django. (To be fair Django 1.0 is less than two months old so I doubt there are any books in print that accurately cover it yet.) You'll just need to be aware, as you follow along in the book, that if you run into things not working it's likely caused by backwards-incompatible changes made since the book was written. The backwards-incompatible page I pointed to earlier will be a good place to search for solutions. Karen --~--~---------~--~----~------------~-------~--~----~ 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?hl=en -~----------~----~----~----~------~----~------~--~---

