1
0
mirror of https://github.com/django/django.git synced 2025-04-15 12:54:38 +00:00

[1.7.x] Fixed typo in docs/ref/database.txt

Backport of cefbbb9db3410f757532e0f968e76a8fd9e7ce3b from master
This commit is contained in:
Calvin Jeong 2015-03-10 22:10:24 +13:00 committed by Tim Graham
parent 6819cab5d6
commit 98d8e052ea

View File

@ -637,7 +637,7 @@ If you're getting this error, you can solve it by:
transactions are short-lived.
* Increase the default timeout value by setting the ``timeout`` database
option option::
option::
'OPTIONS': {
# ...