summaryrefslogtreecommitdiff
path: root/docs/ref/models
diff options
context:
space:
mode:
authorAdrian Holovaty <adrian@holovaty.com>2012-03-12 20:05:48 +0000
committerAdrian Holovaty <adrian@holovaty.com>2012-03-12 20:05:48 +0000
commitdd246a62c743461b5010dbb09f356563c4c0351d (patch)
tree584e332399e3b31dd6a53559731f99495d7ae919 /docs/ref/models
parent20c69c5e51f1ca180978a51d64246b70f778df83 (diff)
Edited some docs and docstrings until [17685]
git-svn-id: http://code.djangoproject.com/svn/django/trunk@17686 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs/ref/models')
-rw-r--r--docs/ref/models/querysets.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/ref/models/querysets.txt b/docs/ref/models/querysets.txt
index 2b24fdd05c..e25bea0e69 100644
--- a/docs/ref/models/querysets.txt
+++ b/docs/ref/models/querysets.txt
@@ -1377,7 +1377,7 @@ This has a number of caveats though:
maximum is defined by the SQLITE_MAX_VARIABLE_NUMBER_ compilation option,
which defaults to 999. For instance, if your model has 8 fields (including
the primary key), you cannot create more than 999 // 8 = 124 instances at
- a time. If you exceed this limit, you will get an exception::
+ a time. If you exceed this limit, you'll get an exception::
django.db.utils.DatabaseError: too many SQL variables