[SQL-CVS] r4605 - SQLObject/branches/1.3/docs
SQLObject is a Python ORM.
Brought to you by:
ianbicking,
phd
From: <sub...@co...> - 2013-05-26 17:01:13
|
Author: phd Date: Sun May 26 11:01:05 2013 New Revision: 4605 Log: Added an example of using SQLObject with web.py by Rhubarb Sin to the links page Modified: SQLObject/branches/1.3/docs/News.txt SQLObject/branches/1.3/docs/links.txt Modified: SQLObject/branches/1.3/docs/News.txt ============================================================================== --- SQLObject/branches/1.3/docs/News.txt Sun May 26 09:55:13 2013 (r4604) +++ SQLObject/branches/1.3/docs/News.txt Sun May 26 11:01:05 2013 (r4605) @@ -15,6 +15,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/branches/1.3/docs/links.txt ============================================================================== --- SQLObject/branches/1.3/docs/links.txt Sun May 26 09:55:13 2013 (r4604) +++ SQLObject/branches/1.3/docs/links.txt Sun May 26 11:01:05 2013 (r4605) @@ -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 -------------------- |