---
title: "Django 2.0.7 リリースノート"
version: 6.0
locale: ja
source: https://docs.djangoproject.com/ja/6.0/releases/2.0.7/
canonical: https://djangodocs.dev/ja/6.0/releases/2.0.7/
---
# Django 2.0.7 リリースノート

*2018年7月2日*

Django 2.0.7 では、2.0.6 にあったいくつかのバグを修正しました。

## バグ修正

- Fixed admin changelist crash when using a query expression without `asc()`
  or `desc()` in the page's ordering ([#29428](https://code.djangoproject.com/ticket/29428)).
- Fixed admin check crash when using a query expression in
  `ModelAdmin.ordering` ([#29428](https://code.djangoproject.com/ticket/29428)).
- Fixed `__regex` and `__iregex` lookups with MySQL 8 ([#29451](https://code.djangoproject.com/ticket/29451)).
- Fixed migrations crash with namespace packages on Python 3.7
  ([#28814](https://code.djangoproject.com/ticket/28814)).
