diff options
| author | Jason Pellerin <jpellerin@gmail.com> | 2006-12-04 18:16:40 +0000 |
|---|---|---|
| committer | Jason Pellerin <jpellerin@gmail.com> | 2006-12-04 18:16:40 +0000 |
| commit | e07dae7b77abc39d3e5d99dece5d43a5b99890f4 (patch) | |
| tree | 3f29507bf4541e6657b8bc7c635673e2f8acea06 /docs/settings.txt | |
| parent | 261fb45ba8ce5ad7c9a0a73c286077c779364b8d (diff) | |
[multi-db] Merged trunk to [3890]
git-svn-id: http://code.djangoproject.com/svn/django/branches/multiple-db-support@4152 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs/settings.txt')
| -rw-r--r-- | docs/settings.txt | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/docs/settings.txt b/docs/settings.txt index 57483cbef3..3f6e9b0e79 100644 --- a/docs/settings.txt +++ b/docs/settings.txt @@ -401,15 +401,6 @@ Subject-line prefix for e-mail messages sent with ``django.core.mail.mail_admins or ``django.core.mail.mail_managers``. You'll probably want to include the trailing space. -ENABLE_PSYCO ------------- - -Default: ``False`` - -Whether to enable Psyco, which optimizes Python code. Requires Psyco_. - -.. _Psyco: http://psyco.sourceforge.net/ - IGNORABLE_404_ENDS ------------------ |
