Django 1.2.2 release notes

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

    For full details on the new features, backwards incompatibilities, and deprecated features in the 1.2 branch, see the .

    In order to test a bug fix that forms part of the 1.2.2 release, it was necessary to add a feature — the flag — to the test client. This flag forces the test client to perform full CSRF checks on forms. The default behavior of the test client hasn’t changed, but if you want to do CSRF checks with the test client, it is now possible to do so.