Changeset 9428
- Timestamp:
- 11/14/08 01:38:27 (2 months ago)
- Files:
-
- django/trunk/docs/faq/models.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
django/trunk/docs/faq/models.txt
r8506 r9428 80 80 Django isn't known to leak memory. If you find your Django processes are 81 81 allocating 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``, then82 sure your ``DEBUG`` setting is set to ``False``. If ``DEBUG`` is ``True``, then 83 83 Django saves a copy of every SQL statement it has executed. 84 84
