App Engine Python SDK version 1.7.4 (2)
[gae.git] / python / lib / django_1_4 / docs / releases / 1.2.3.txt
blobd16ec7cd54f7afcb291db76e12e4de7806e19e6f
1 ==========================
2 Django 1.2.3 release notes
3 ==========================
5 Django 1.2.3 fixed a couple of release problems in the 1.2.2 release and was
6 released two days after 1.2.2.
8 This release corrects the following problems:
10 * The patch_ applied for the security issue covered in Django 1.2.2 caused
11   issues with non-ASCII responses using CSRF tokens.
13 * The patch also caused issues with some forms, most notably the user-editing
14   forms in the Django administrative interface.
16 * The packaging manifest did not contain the full list of required files.
18 .. _patch: https://code.djangoproject.com/changeset/13699