Mercurial > libervia-backend
comparison frontends/src/jp/cmd_blog.py @ 2267:ed28798fd76c
jp (blog): added language in managed keys
author | Goffi <goffi@goffi.org> |
---|---|
date | Sun, 25 Jun 2017 09:43:04 +0200 |
parents | 4f389486667d |
children | 606ff34d30f2 |
comparison
equal
deleted
inserted
replaced
2266:084a75b8aa7a | 2267:ed28798fd76c |
---|---|
69 SECURE_UNLINK_DIR = ".backup" | 69 SECURE_UNLINK_DIR = ".backup" |
70 MB_KEYS = (u"id", | 70 MB_KEYS = (u"id", |
71 u"atom_id", | 71 u"atom_id", |
72 u"updated", | 72 u"updated", |
73 u"published", | 73 u"published", |
74 u"language", | |
74 u"comments", # this key is used for all comments* keys | 75 u"comments", # this key is used for all comments* keys |
75 u"tags", # this key is used for all tag* keys | 76 u"tags", # this key is used for all tag* keys |
76 u"author", | 77 u"author", |
77 u"author_jid", | 78 u"author_jid", |
78 u"author_email", | 79 u"author_email", |