On Tue, Aug 10, 2010 at 7:17 PM, Felipe <felipecat...@gmail.com> wrote: > So, > > I'm using a filesystem caching and I'm using cache.get and cache.set > to set and get the cache. > > But sometimes django shows a different value of the stored value in > the database.
cache is not updated automatically, if value in database has changed you need to update cache. where are you caching (cache.set) this value, in a view or after Model.save() is called? post part of code where you are using cache.get/set. Aljosa -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-us...@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.