mirror of
https://github.com/django/django.git
synced 2025-08-03 18:38:50 +00:00
Edited some docs and docstrings until [17685]
git-svn-id: http://code.djangoproject.com/svn/django/trunk@17686 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
parent
20c69c5e51
commit
dd246a62c7
8 changed files with 60 additions and 62 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue