mirror of
https://github.com/django/django.git
synced 2024-12-22 17:16:24 +00:00
Fixed typo in docs/releases/2.0.5.txt.
This commit is contained in:
parent
a0ca4b5694
commit
cdc6da395a
@ -19,7 +19,7 @@ Bugfixes
|
|||||||
* Fixed crashes in ``django.contrib.admindocs`` when a view is a callable
|
* Fixed crashes in ``django.contrib.admindocs`` when a view is a callable
|
||||||
object, such as ``django.contrib.syndication.views.Feed`` (:ticket:`29296`).
|
object, such as ``django.contrib.syndication.views.Feed`` (:ticket:`29296`).
|
||||||
|
|
||||||
* Fixed a regression in Django 1.11.12 where ``QuerySet.values()`` or
|
* Fixed a regression in Django 2.0.4 where ``QuerySet.values()`` or
|
||||||
``values_list()`` after combining an annotated and unannotated queryset with
|
``values_list()`` after combining an annotated and unannotated queryset with
|
||||||
``union()``, ``difference()``, or ``intersection()`` crashed due to mismatching
|
``union()``, ``difference()``, or ``intersection()`` crashed due to mismatching
|
||||||
columns (:ticket:`29286`).
|
columns (:ticket:`29286`).
|
||||||
|
Loading…
Reference in New Issue
Block a user