Ticket #13906: 13906.diff
File 13906.diff, 715 bytes (added by , 14 years ago) |
---|
-
django/conf/project_template/settings.py
17 17 'PASSWORD': '', # Not used with sqlite3. 18 18 'HOST': '', # Set to empty string for localhost. Not used with sqlite3. 19 19 'PORT': '', # Set to empty string for default. Not used with sqlite3. 20 # Recommended for MySQL. See http://code.djangoproject.com/ticket/13906 21 #'OPTIONS': {'init_command': 'SET SESSION TRANSACTION ISOLATION LEVEL READ COMMITTED'}, 20 22 } 21 23 } 22 24