Django 1.1.2 release notes

    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 .

    Cookie encoding

    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 \073 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 csrf_token template tag to the 1.1.X branch. In the 1.1.X branch, does nothing - it has no effect on templates or form processing. However, it means that the same template will work with Django 1.2.