---
title: "Django 1.4.12 release notes"
version: 3.2
locale: ja
source: https://docs.djangoproject.com/ja/3.2/releases/1.4.12/
canonical: https://djangodocs.dev/ja/3.2/releases/1.4.12/
---
# Django 1.4.12 release notes

*April 28, 2014*

Django 1.4.12 fixes a regression in the 1.4.11 security release.

## Bugfixes

- Restored the ability to `reverse()` views created using
  [`functools.partial()`](https://docs.python.org/3/library/functools.html#functools.partial) ([#22486](https://code.djangoproject.com/ticket/22486)).
