From 4f7a49b4ea5a5568f2145b48d357e36d4ac7616a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20P=C3=A9ters?= Date: Thu, 8 Dec 2011 11:27:36 +0100 Subject: [PATCH] sync more related docs --- themis/importexport/sync.py | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/themis/importexport/sync.py b/themis/importexport/sync.py index a674e30..80df300 100644 --- a/themis/importexport/sync.py +++ b/themis/importexport/sync.py @@ -197,7 +197,15 @@ class SyncFromThemis(UtilityView): 'lien_qo_ou_qe', 'lien_vers_interpellation_ou_qe', 'question__ecrite_lien', - 'rapport_de_commission'): + 'rapport_de_commission', + 'documents_contenus_dans_biq', + 'documents_contenus_dans_bqr', + 'documents_lies_budgetpfb', + 'documents_r_f_ren_ant_ce_compte_rendu', + 'document_s__li__s____ce_projet__bulletin_des_travaux__rapport_de_commission_', + 'documents_lies_proposition_bt_rapporcom', + 'reponses_ministre_lien', + ): if not data.get(attr): continue related_doc_ids.extend(data.get(attr))