On 10/2/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > so changed to slug=form.cleaned_data['slug'], it is ok now. > > why?
If you are using the development version of Django, it is very much in your best interest to follow Django's development carefully; from time to time, backwards-incompatible changes are made as needed, and each one is documented fully in this list between releases: http://code.djangoproject.com/wiki/BackwardsIncompatibleChanges And then is added to the release notes when a new official release is packaged. The release notes for the Django 0.96 release indicated that several backwards-incompatible changes would take place before the next release, and if you're unwilling or unable to follow the development version carefully, you may want to stick to the last official release, or standardize your development on a particular SVN revision you're familiar with. -- "Bureaucrat Conrad, you are technically correct -- the best kind of correct." --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---