Bugfix releases issued
Shortly after last week's security releases were issued, we received reports of a potential regression in using reverse() with views created by functools.partial. We were able to confirm the bug, and test and commit a fix for it.
That fix is available today in fresh releases just issued:
- Django 1.4.12 (download Django 1.4.12 | Django 1.4.12 checksums)
- Django 1.5.7 (download Django 1.5.7 | Django 1.5.7 checksums)
- Django 1.6.4 (download Django 1.6.4 | Django 1.6.4 checksums)
- Django 1.7 beta 3 (download Django 1.7b3 | Django 1.7b3 checksums)
All users are encouraged to upgrade.
Also, it's worth pointing out that we're closing in on a release candidate for Django 1.7; if you'd like to help out, you can take a look at the remaining blockers in our bug tracker; once that list is clear, we'll release the 1.7 RC, hopefully followed soon by Django 1.7!
Back to Top