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

## Correction de bogues

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