---
title: "Django 1.4.12 release notes"
version: 4.1
locale: ko
source: https://docs.djangoproject.com/ko/4.1/releases/1.4.12/
canonical: https://djangodocs.dev/ko/4.1/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.

## 버그 수정

- 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)).
