I meant, if the data is accessed from a function.
On Dec 12, 12:07 pm, Anthony <[email protected]> wrote: > Can you show some code? What do you mean "check the data from a view"? > > > > > > > > On Sunday, December 11, 2011 8:43:50 PM UTC-5, ニコノコ wrote: > > > I have a custom auth_user field that I could edit from admin (and I can > > verify that changes are actually written in the sqlite table) but every > > time I check the data from a view, the field value is always set to the > > initial default values, and not whatever's actually stored in the table. > > It's like the data is being retrieved from some cache I don't know about. > > > I'm stumped. Has anyone experienced anything similar? This is the first > > time I encountered this. What gives?

