SVN: r26044 - trunk/quixote/doc
David Binger <dbinger-fVcApmY9cLvQ3/1i3zOLAti2O/[email protected]> Wed, 09 Feb 2005 20:34:24 -0500
| Newsgroups | gmane.comp.web.quixote.cvs |
|---|---|
| Message-ID | <[email protected]> |
Author: dbinger
Date: 2005-02-09 20:34:24 -0500 (Wed, 09 Feb 2005)
New Revision: 26044
Modified:
trunk/quixote/doc/upgrading.txt
Log:
Add note about the removal of the secure_errors variable in quixote 2.
Modified: trunk/quixote/doc/upgrading.txt
===================================================================
--- trunk/quixote/doc/upgrading.txt 2005-02-09 23:01:10 UTC (rev 26043)
+++ trunk/quixote/doc/upgrading.txt 2005-02-10 01:34:24 UTC (rev 26044)
@@ -60,6 +60,8 @@
get_request, get_session, get_user, get_path, redirect, ?. You may
find dulcinea/bin/unknown.py useful for identifying missing imports.
+Quixote 1's secure_errors configuration variable is not present in
Quixote 2.
+
Changes from 0.6.1 to 1.0
-------------------------