Commit cecbf1bd authored by Tim Graham's avatar Tim Graham
Browse files

Fixed typo in docs/releases/1.9.1.txt.

parent 2f0c785a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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`).