CARVIEW |
Select Language
HTTP/2 200
server: nginx
content-type: text/html; charset=utf-8
content-language: en
x-frame-options: SAMEORIGIN
x-content-type-options: nosniff
referrer-policy: same-origin
cross-origin-opener-policy: same-origin
expires: Fri, 10 Oct 2025 19:46:16 GMT
cache-control: max-age=300
strict-transport-security: max-age=31536000; includeSubDomains; preload
permissions-policy: interest-cohort=()
x-xss-protection: 1; mode=block
access-control-allow-origin: https://code.djangoproject.com
content-encoding: gzip
via: 1.1 varnish, 1.1 varnish
accept-ranges: bytes
age: 0
date: Fri, 10 Oct 2025 19:41:16 GMT
x-served-by: cache-fra-etou8220029-FRA, cache-bom-vanm7210028-BOM
x-cache: MISS, MISS
x-cache-hits: 0, 0
x-timer: S1760125276.302980,VS0,VE214
vary: Cookie, Accept-Language, Accept-Encoding
content-length: 6321
Bugfix releases issued | Weblog | Django
Skip to main content
Back to Top
Bugfix releases issued
Posted by James Bennett on April 28, 2014Shortly 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!