Revision history [back]
You must have issue with the cache. Most frequently this happens when you have a multiprocess setup and local memory cache. For such setup - use memcached
or redis
. Pls look up django docs on caching for more information.