---
title: "Catatan terbitan Django 1.5.7"
version: 1.9
locale: id
source: https://docs.djangoproject.com/id/1.9/releases/1.5.7/
canonical: https://djangodocs.dev/id/1.9/releases/1.5.7/
---
# Catatan terbitan Django 1.5.7

*April 28, 2014*

Django 1.5.7 fixes a regression in the 1.5.6 security release.

## Perbaikan kesalahan

- Restored the ability to [`reverse()`](/id/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)).
