mirror of
https://github.com/django/django.git
synced 2025-03-17 12:50:46 +00:00
14 lines
297 B
Plaintext
14 lines
297 B
Plaintext
==========================
|
|
Django 2.0.7 release notes
|
|
==========================
|
|
|
|
*July 2, 2018*
|
|
|
|
Django 2.0.7 fixes several bugs in 2.0.6.
|
|
|
|
Bugfixes
|
|
========
|
|
|
|
* Fixed admin changelist crash when using a query expression without ``asc()``
|
|
or ``desc()`` in the page's ordering (:ticket:`29428`).
|