diff options
| author | Adrian Holovaty <adrian@holovaty.com> | 2006-09-28 02:31:05 +0000 |
|---|---|---|
| committer | Adrian Holovaty <adrian@holovaty.com> | 2006-09-28 02:31:05 +0000 |
| commit | f638234932e4346f29dfbaeabf58bb1e4d2ff117 (patch) | |
| tree | b874bb10161f5c68ff97fa6dcfe25ab3f6d8c8c4 /docs | |
| parent | beeb719c12f537b60a262e9f4f4e1f8dbc7c607d (diff) | |
Removed ENABLE_PSYCO setting. If you still need to use this, write custom middleware that activates psyco for you.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@3877 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs')
| -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 61355c46ad..0e808c018b 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 ------------------ |
