释放双眼,带上耳机,听听看~!
Django 1.2.2 发布了CSRF (Cross-site request forgery跨站请求伪造)相关的安全更新。
Django 1.2.3 修正了由于安全更新导致的几个问题:
- The patch applied for the security issue covered in Django 1.2.2 caused issues with non-ASCII responses using CSRF tokens. This has been remedied.
- The patch also caused issues with some forms, most notably the user-editing forms in the Django administrative interface. This has been remedied.
- The packaging manifest did not contain the full list of required files. This has been remedied.
建议大家升级。