mirror of
https://github.com/django/django.git
synced 2025-11-01 12:25:37 +00:00
Fixed typo in docs/releases/1.9.1.txt.
This commit is contained in:
parent
2f0c785a4c
commit
cecbf1bdef
1 changed files with 1 additions and 1 deletions
|
|
@ -36,7 +36,7 @@ Bugfixes
|
|||
to work on both Python 2 and Python 3.
|
||||
|
||||
* Prevented ``QuerySet.delete()`` from crashing on MySQL when querying across
|
||||
relations (:ticket`25882`).
|
||||
relations (:ticket:`25882`).
|
||||
|
||||
* Fixed evaluation of zero-length slices of ``QuerySet.values()``
|
||||
(:ticket:`25894`).
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue