From 420f19aa353ee6568c93f34dfe2e6eef24bc528d Mon Sep 17 00:00:00 2001 From: Brian Rosner Date: Mon, 23 Jun 2008 21:05:02 +0000 Subject: newforms-admin: Merged from trunk up to [7729]. git-svn-id: http://code.djangoproject.com/svn/django/branches/newforms-admin@7730 bcc190cf-cafb-0310-a4f2-bffc1f526a37 --- docs/db-api.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/db-api.txt') diff --git a/docs/db-api.txt b/docs/db-api.txt index 4e1c2c5791..3202bd4f9f 100644 --- a/docs/db-api.txt +++ b/docs/db-api.txt @@ -1382,7 +1382,7 @@ and then converted into a query using the ``query`` attribute:: This queryset will be evaluated as subselect statement:: - SELET ... WHERE blog.id IN (SELECT id FROM ... WHERE NAME LIKE '%Cheddar%') + SELECT ... WHERE blog.id IN (SELECT id FROM ... WHERE NAME LIKE '%Cheddar%') startswith ~~~~~~~~~~ -- cgit v1.3