---
title: "Note di rilascio di Django 2.0.6"
version: 6.1
locale: it
source: https://docs.djangoproject.com/it/6.1/releases/2.0.6/
canonical: https://djangodocs.dev/it/6.1/releases/2.0.6/
---
# Note di rilascio di Django 2.0.6

*1 Giugno 2018*

Django 2.0.6 risolve alcuni bug in 2.0.5.

## Correzioni di bug

- Fixed a regression that broke custom template filters that use decorators
  ([#29400](https://code.djangoproject.com/ticket/29400)).
- Fixed detection of custom URL converters in included patterns
  ([#29415](https://code.djangoproject.com/ticket/29415)).
- Fixed a regression that added an unnecessary subquery to the `GROUP BY`
  clause on MySQL when using a `RawSQL` annotation ([#29416](https://code.djangoproject.com/ticket/29416)).
- Sistemato `WKBWriter.write()` e `write_hex()` per i poligoni vuoti in GEOS 3.6.1+ ([#29460](https://code.djangoproject.com/ticket/29460)).
- Sistemato un problema di regressione in Django 1.10 che potrebbe risultare in un uso della memoria eccessivo quando viene utilizzato `ModelAdmin.list_editable` ([#28462](https://code.djangoproject.com/ticket/28462)).
