Re: Weird caching issue with database query

2020-09-04 Thread Michael Jensen
Looks like it was my sql query, figured it out! On Friday, September 4, 2020 at 1:07:26 PM UTC-6 Michael Jensen wrote: > I have a page that shows a grid of items and dates associated with that. I > am using a JOIN query to get the data, but it appears to be cached or > delayed somehow. When I q

Weird caching issue with database query

2020-09-04 Thread Michael Jensen
I have a page that shows a grid of items and dates associated with that. I am using a JOIN query to get the data, but it appears to be cached or delayed somehow. When I query the database directly I can see the data has been updated, but on my page when I refresh it still doesn't show data ther

Re: Weird caching issue

2008-02-13 Thread [EMAIL PROTECTED]
Django version is .96, but I'm not sure about the exact build. I know maxlength is still max_length in the build I'm using, if that helps. I know there's some way to check the exact build, but I don't know how. What I've got going is a legacy php site that's drawing the latest forum posts over vi

Re: Weird caching issue

2008-02-12 Thread Malcolm Tredinnick
On Tue, 2008-02-12 at 13:40 -0800, [EMAIL PROTECTED] wrote: > I gave locmem a quick whirl, and it blew up too. At least it returned > an error on the external page: > Mod_python error: "PythonHandler django.core.handlers.modpython" > > Traceback (most recent call last): [...] > > TypeError: obj

Re: Weird caching issue

2008-02-12 Thread [EMAIL PROTECTED]
I gave locmem a quick whirl, and it blew up too. At least it returned an error on the external page: Mod_python error: "PythonHandler django.core.handlers.modpython" Traceback (most recent call last): File "/usr/local/lib/python2.5/site-packages/mod_python/apache.py", line 299, in HandlerDispa

Re: Weird caching issue

2008-02-12 Thread Jeff
Does it happen with all cache backends? On Feb 12, 3:14 pm, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote: > Upon further investigation, it appears the feeds framework is not the > involved. Even getting a plain page I hit the same problem. As soon as > I make the call from the external site the

Re: Weird caching issue

2008-02-12 Thread [EMAIL PROTECTED]
Upon further investigation, it appears the feeds framework is not the involved. Even getting a plain page I hit the same problem. As soon as I make the call from the external site the django site freaks out when caching is turned on through memcache. On Feb 12, 12:08 pm, "[EMAIL PROTECTED]" <[E

Weird caching issue

2008-02-12 Thread [EMAIL PROTECTED]
So I'm attempting to implementent caching with memcached today -- yeah, yeah, I know, long overdue -- and am hitting a snag. The problem isn't with memcached, which webfaction so pleasantly has installed for me, or with setting up the caching in django, which seems to have gone pretty easily. I'm