Ticket #16758: 16758-4.patch
File 16758-4.patch, 561 bytes (added by , 13 years ago) |
---|
-
ref/settings.txt
6 6 :local: 7 7 :depth: 1 8 8 9 .. warning:: 10 11 Be careful when you override settings, especially when the default value 12 is a non-empty tuple or dict, like :setting:`MIDDLEWARE_CLASSES` and 13 :setting:`TEMPLATE_CONTEXT_PROCESSORS`. Make sure you keep the components 14 required by the features of Django you wish to use. 15 9 16 Available settings 10 17 ================== 11 18