Made cosmetic edits in docs/releases/2.2.1.txt.

This commit is contained in:
Mariusz Felisiak 2019-04-19 08:27:06 +02:00
parent a14c0fda15
commit 753580ecd1
No known key found for this signature in database
GPG Key ID: 2EF56372BA48CD1B
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@ Bugfixes
many-to-many relationship with a custom manager (:ticket:`30325`).
* Fixed a regression in Django 2.2 where
:class:`~django.core.paginator.Paginator` crashed when ``object_list`` was
:class:`~django.core.paginator.Paginator` crashes if ``object_list`` is
a queryset ordered or aggregated over a nested ``JSONField`` key transform
(:ticket:`30335`).