diff --git a/docs/settings.txt b/docs/settings.txt
index 9b89c92..ea77dc4 100644
a
|
b
|
are inappropriate for public consumption. File paths, configuration options, and
|
391 | 391 | the like all give attackers extra information about your server. Never deploy a |
392 | 392 | site with ``DEBUG`` turned on. |
393 | 393 | |
| 394 | It is also important to note that when running with ``DEBUG`` turned on, Django |
| 395 | will internally store each SQL query it executes. This leads to an ever increasing |
| 396 | memory footprint as queries are executed. |
| 397 | |
394 | 398 | DEBUG_PROPAGATE_EXCEPTIONS |
395 | 399 | -------------------------- |
396 | 400 | |