From f638234932e4346f29dfbaeabf58bb1e4d2ff117 Mon Sep 17 00:00:00 2001 From: Adrian Holovaty Date: Thu, 28 Sep 2006 02:31:05 +0000 Subject: 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 --- docs/settings.txt | 9 --------- 1 file changed, 9 deletions(-) (limited to 'docs') 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 ------------------ -- cgit v1.3