On Tue, Apr 17, 2007 at 03:15:59PM -0600, Speed wrote: > > I don't even know where it would be stored. changes made through the admin > interface are in django_admin_log table, but there is no django_log table or > the like. > > more than just wanting to see this work, one thing i need for a site I'm > building is a history of all changes made. I thought this would be perfect > (It doesn't have to be easy to look at, it's just for auditing purposes) > > Where are these queries being stored? How do I get this to work? >
This might be the point of confusion: are you looking for a list of _all_ of the queries that have been performed in the past? I think the db.connection.queries only shows queries performed as part of the current browser request. If you make sure to look at db.connection.queries after all other processing in a view, does it show you the queries? -- Andrew McNabb http://www.mcnabbs.org/andrew/ PGP Fingerprint: 8A17 B57C 6879 1863 DE55 8012 AB4D 6098 8826 6868
signature.asc
Description: Digital signature
-------------------- BYU Unix Users Group http://uug.byu.edu/ The opinions expressed in this message are the responsibility of their author. They are not endorsed by BYU, the BYU CS Department or BYU-UUG. ___________________________________________________________________ List Info: http://uug.byu.edu/cgi-bin/mailman/listinfo/uug-list
