Re: Cache missunderstanding?

2007-04-22 Thread aaloy
2007/4/22, Honza Král <[EMAIL PROTECTED]>: > > try to use the cache manually from the shell, if its cache related, or > the decorator is at fault > It has been an Argh! issue :) I use CACHE_MIDDLEWARE_ANONYMOUS_ONLY to not cache admin and private pages. But if you use that it doesn't caché public

Re: Cache missunderstanding?

2007-04-22 Thread aaloy
2007/4/22, Honza Král <[EMAIL PROTECTED]>: > On 4/22/07, aaloy <[EMAIL PROTECTED]> wrote: > > > > Hello All! > Hello, > > > > > I have a view like > > > > def record(request, id, type): > > # some database code here > > #

Cache missunderstanding?

2007-04-22 Thread aaloy
Hello All! I have a view like def record(request, id, type): # some database code here # some log code here record=cache_page(record,60) If I have correctly understood the documentation, if I maque a request to that view with the same parameters the view shoud'nt hit the database neither get

Re: newforms and unicode/bytestrings

2007-04-06 Thread aaloy
2007/4/6, Gabor Farkas <[EMAIL PROTECTED]>: > > Ivan Sagalaev wrote: > but, even if it not, i think full django-unification is worth ANY cost. I agree completly with you. just look at http://code.djangoproject.com/ticket/3924 and similar tickets. The actual mix is a nightmare for non english user