Exemplo n.º 1
0
def filter_content(entry):
    return twyntax.parse(force_text(entry.content))
Exemplo n.º 2
0
def filter_content(entry):
    return twyntax.parse(entry.content, type="identica")
Exemplo n.º 3
0
def filter_content(entry):
    return twyntax.parse(entry.content, type='identica')
Exemplo n.º 4
0
def filter_content(entry):
    return twyntax.parse(force_text(entry.content))