equal
deleted
inserted
replaced
65 new_params['name'] = "Document" |
65 new_params['name'] = "Document" |
66 new_params['pickable'] = True |
66 new_params['pickable'] = True |
67 |
67 |
68 new_params['export_content_type'] = 'text/text' |
68 new_params['export_content_type'] = 'text/text' |
69 new_params['export_extension'] = '.html' |
69 new_params['export_extension'] = '.html' |
|
70 new_params['export_function'] = lambda x: (x.content, x.link_id) |
70 new_params['delete_redirect'] = '/' |
71 new_params['delete_redirect'] = '/' |
71 |
72 |
72 new_params['no_create_raw'] = True |
73 new_params['no_create_raw'] = True |
73 new_params['no_create_with_scope'] = True |
74 new_params['no_create_with_scope'] = True |
74 new_params['no_create_with_key_fields'] = True |
75 new_params['no_create_with_key_fields'] = True |