log pylons_app/model/db.py @ 265:0e5455fda8fd

age author description
Mon, 07 Jun 2010 00:18:33 +0200 Marcin Kuzminski Implemented basic repository managment. Implemented repo2db mappings, model, helpers updates and code cleanups
Sun, 30 May 2010 22:08:54 +0200 Marcin Kuzminski Added lastlogin to user after login, model db update
Sun, 30 May 2010 19:49:40 +0200 Marcin Kuzminski Adde draft for permissions systems, made all needed decorators, and checks. For future usage in the system.
Thu, 27 May 2010 21:31:30 +0200 Marcin Kuzminski changed naming convention for db modules.
Thu, 27 May 2010 16:00:47 +0200 Marcin Kuzminski some beaker cache changes, and added repr to models
Wed, 26 May 2010 23:55:20 +0200 Marcin Kuzminski rewritten db manage script to use sqlalchemy. Fixed sqlalchemy models to more generic.
Mon, 19 Apr 2010 22:55:58 +0200 Marcin Kuzminski Model update for sqlalchemy 0.6.0
Sat, 10 Apr 2010 16:42:08 +0200 Marcin Kuzminski Updated admin to show last 5 actions + updated db model
Sat, 10 Apr 2010 16:29:25 +0200 Marcin Kuzminski Updated database model, with FK and Booleans
Thu, 08 Apr 2010 01:50:46 +0200 Marcin Kuzminski Added sqlalchemy support