Richard Jones' Log: Note to self

Wed, 24 Aug 2005

Don't

app.REQUEST = DummyRequest()
.... do stuff, but forget to remove REQUEST ....
get_transaction().commit()

ever again.

Fortunately, truncating the Data.fs fixed the problem.