Author: phd
Date: Sun May 26 11:03:58 2013
New Revision: 4607
Log:
Merged revision 4605 from branch 1.3: added an example of using SQLObject with web.py
Modified:
SQLObject/trunk/docs/News.txt
SQLObject/trunk/docs/links.txt
Modified: SQLObject/trunk/docs/News.txt
==============================================================================
--- SQLObject/trunk/docs/News.txt Sun May 26 11:02:55 2013 (r4606)
+++ SQLObject/trunk/docs/News.txt Sun May 26 11:03:58 2013 (r4607)
@@ -41,6 +41,9 @@
* Fixed bugs in pickling and unpickling (remove/restore a weak proxy to self,
fixed cache handling).
+* Added an example of using SQLObject with web.py by Rhubarb Sin
+ to the links page.
+
SQLObject 1.3.2
===============
Modified: SQLObject/trunk/docs/links.txt
==============================================================================
--- SQLObject/trunk/docs/links.txt Sun May 26 11:02:55 2013 (r4606)
+++ SQLObject/trunk/docs/links.txt Sun May 26 11:03:58 2013 (r4607)
@@ -26,6 +26,9 @@
* `Using SQLObject with memcached
<http://www.zachary.com/s/blog/2005/09/18/sqlobject_and_memcached,_part_1>`_.
+* `Example of using SQLObject with web.py under mod_wsgi
+ <https://github.com/RhubarbSin/example-sqlobject-webpy>`_.
+
Open Source Projects
--------------------
|