---
title: "Django 3.0.6 release notes"
version: 6.0
locale: el
source: https://docs.djangoproject.com/el/6.0/releases/3.0.6/
canonical: https://djangodocs.dev/el/6.0/releases/3.0.6/
---
# Django 3.0.6 release notes

*May 4, 2020*

Django 3.0.6 fixes a bug in 3.0.5.

## Bugfixes

- Fixed a regression in Django 3.0 that caused a crash when filtering a
  `Subquery()` annotation of a queryset containing a single related field
  against a `SimpleLazyObject` ([#31420](https://code.djangoproject.com/ticket/31420)).
