Django 1.1.2 版本发行说明

    This is the second “bugfix” release in the Django 1.1 series, improving the stability and performance of the Django 1.1 codebase.

    For full details on the new features, backwards incompatibilities, and deprecated features in the 1.1 branch, see the Django 1.1 版本发行说明.

    To fix bugs with cookies in Internet Explorer, Safari, and possibly other browsers, our encoding of cookie values was changed so that the characters comma and semi-colon are treated as non-safe characters, and are therefore encoded as and respectively. This could produce backwards incompatibilities, especially if you are storing comma or semi-colon in cookies and have JavaScript code that parses and manipulates cookie values client-side.

    One new feature

    To make it easier to support both 1.1.X and 1.2.X versions of Django with the same templates, we have decided to introduce the template tag to the 1.1.X branch. In the 1.1.X branch, csrf_token does nothing - it has no effect on templates or form processing. However, it means that the same template will work with Django 1.2.