mirror of
https://github.com/django/django.git
synced 2025-04-05 14:06:42 +00:00
[2.1.x] Fixed typo in docs/releases/2.0.5.txt.
Backport of cdc6da395aa602d772bd376513121fb2b674bda1 from master
This commit is contained in:
parent
53b9a6654b
commit
b7ac1b316b
@ -19,7 +19,7 @@ Bugfixes
|
||||
* Fixed crashes in ``django.contrib.admindocs`` when a view is a callable
|
||||
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
|
||||
``union()``, ``difference()``, or ``intersection()`` crashed due to mismatching
|
||||
columns (:ticket:`29286`).
|
||||
|
Loading…
x
Reference in New Issue
Block a user