datetime handled by ox.django now, set default posterframe
This commit is contained in:
parent
228c612fff
commit
7fa5bb309a
4 changed files with 12 additions and 48 deletions
|
|
@ -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 = {}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue