Ticket #16758: 16758-4.patch

File 16758-4.patch, 561 bytes (added by Aymeric Augustin, 12 years ago)
  • ref/settings.txt

     
    66    :local:
    77    :depth: 1
    88
     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
    916Available settings
    1017==================
    1118
Back to Top