It looks to be a long week of working out backwards incompatible stuff in Django-1.2 (beta-1).
http://docs.djangoproject.com/en/dev/ref/contrib/csrf/ But I wish there were a gentler upgrade path. My main question: Is there a way to re-code my applications so the same codebase can run on both 1.1 and 1.2? BTW, running csrf_migration_helper.py is unhelpful ... $ python ~/Projects/dj12/Django-1.2-beta-1/extras/ csrf_migration_helper.py . Traceback (most recent call last): File "~/Projects/dj12/Django-1.2-beta-1/extras/ csrf_migration_helper.py", line 357, in <module> main(args) File "~/Projects/dj12/Django-1.2-beta-1/extras/ csrf_migration_helper.py", line 303, in main python_code = get_python_code(pythonpaths) File "~/Projects/dj12/Django-1.2-beta-1/extras/ csrf_migration_helper.py", line 268, in get_python_code content = [l.decode(PYTHON_ENCODING) for l in fd.readlines()] File "~/Projects/dj12/lib/python2.6/encodings/utf_8.py", line 16, in decode return codecs.utf_8_decode(input, errors, True) UnicodeDecodeError: 'utf8' codec can't decode bytes in position 57-59: invalid data -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-us...@googlegroups.com. To unsubscribe from this group, send email to django-users+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/django-users?hl=en.