mirror of
https://github.com/django/django.git
synced 2025-08-03 10:34:04 +00:00
Fixed a small typo introduced in r14139.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@14272 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
parent
7baee5b953
commit
e1182306fd
3 changed files with 3 additions and 3 deletions
|
@ -1342,7 +1342,7 @@ Using an empty generator expression as the rvalue for an "__in" lookup is legal
|
|||
|
||||
# Sqlite 3 does not support passing in more than 1000 parameters except by
|
||||
# changing a parameter at compilation time.
|
||||
if connection.features.supports_1000_query_paramters:
|
||||
if connection.features.supports_1000_query_parameters:
|
||||
__test__["API_TESTS"] += """
|
||||
Bug #14244: Test that the "in" lookup works with lists of 1000 items or more.
|
||||
>>> Number.objects.all().delete()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue