Fix the cache issue

This commit is contained in:
2010-06-04 11:14:01 +01:00
parent 0d6a27609f
commit 1f441a29b1

View File

@@ -19,8 +19,6 @@ def retrieve_xml(request):
# Convert the QuerySet object into a dict # Convert the QuerySet object into a dict
params = {} params = {}
for key,value in p.items(): for key,value in p.items():
if value.isdigits():
value = long(value)
params[key] = value params[key] = value
if url_path == '/' or url_path == '': if url_path == '/' or url_path == '':