datetime handled by ox.django now, set default posterframe

This commit is contained in:
j 2011-02-25 12:22:44 +01:00
commit 7fa5bb309a
4 changed files with 12 additions and 48 deletions

View file

@ -206,8 +206,6 @@ Positions
r[p] = m.sort.popularity
else:
r[p] = m.json.get(p, '')
if isinstance(r[p], datetime):
r[p] = r[p].strftime('%Y-%m-%dT%H:%M:%SZ')
return r
def only_p(m):
r = {}