mirror of
https://github.com/django/django.git
synced 2025-10-31 09:41:08 +00:00
Improved style of n-tuple wording in docs and comments.
This commit is contained in:
committed by
Mariusz Felisiak
parent
107865780a
commit
f8092ee9ad
@@ -26,7 +26,7 @@ Bugfixes
|
||||
* Fixed a crash when using a ``__icontains`` lookup on a ``ArrayField``
|
||||
(:ticket:`28038`).
|
||||
|
||||
* Fixed a crash when using a two-tuple in ``EmailMessage``’s ``attachments``
|
||||
* Fixed a crash when using a 2-tuple in ``EmailMessage``’s ``attachments``
|
||||
argument (:ticket:`28042`).
|
||||
|
||||
* Fixed ``QuerySet.filter()`` crash when it references the name of a
|
||||
|
||||
Reference in New Issue
Block a user