On 1/29/07 10:15 AM, Robert Myers wrote: > I'm seeing the same amount of errors on python 2.3.4, it appears the @ > decorator syntax is being used in the modeltests/test-client/views.py. This > was introduced in python 2.4, I changed it to the old decorator syntax 'blah > = decorator(blah)' and still recieved 3 errors. So I haven't tried any > further.
I've fixed the decorator usage in [4451] -- thanks for the heads up. Jacob --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django developers" 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-developers?hl=en -~----------~----~----~----~------~----~------~--~---
