Django

Code

Changeset 9428

Show
Ignore:
Timestamp:
11/14/08 01:38:27 (2 months ago)
Author:
mtredinnick
Message:

Fixed #9468 -- Fixed a misleading FAQ answer.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • django/trunk/docs/faq/models.txt

    r8506 r9428  
    8080Django isn't known to leak memory. If you find your Django processes are 
    8181allocating more and more memory, with no sign of releasing it, check to make 
    82 sure your ``DEBUG`` setting is set to ``True``. If ``DEBUG`` is ``True``, then 
     82sure your ``DEBUG`` setting is set to ``False``. If ``DEBUG`` is ``True``, then 
    8383Django saves a copy of every SQL statement it has executed. 
    8484