I need to log all insert/update/delete queries such that the database could be rebuilt from the log. I know I can do this at the database level, but I need to log selectively for certain models. The statements captured from db.connection.queries still contain parameters so they won't work.
Does anyone have any insight as to where I can intercept the raw query if at all? -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@googlegroups.com. To unsubscribe from this group, send email to django-users+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/django-users?hl=en.