Home
last modified time | relevance | path

Searched refs:get_move_plugin_uri (Results 1 – 9 of 9) sorted by relevance

/dports/www/py-django-cms/django-cms-3.7.1/cms/tests/
H A Dtest_placeholder_app_admin.py101 endpoint = self.get_move_plugin_uri(plugin_1, container=Example1)
110 endpoint = self.get_move_plugin_uri(plugin_2, container=Example1)
119 endpoint = self.get_move_plugin_uri(plugin_3, container=Example1)
148 endpoint = self.get_move_plugin_uri(plugin_1, container=Example1)
158 endpoint = self.get_move_plugin_uri(plugin_2, container=Example1)
203 endpoint = self.get_move_plugin_uri(plugin_1, container=Example1)
212 endpoint = self.get_move_plugin_uri(plugin_2, container=Example1)
238 endpoint = self.get_move_plugin_uri(plugin_1, container=Example1)
433 endpoint = self.get_move_plugin_uri(plugin, container=Example1)
462 endpoint = self.get_move_plugin_uri(plugin, container=Example1)
[all …]
H A Dtest_placeholder_operation_signals.py211 endpoint = self.get_move_plugin_uri(plugin)
245 endpoint = self.get_move_plugin_uri(plugin)
287 endpoint = self.get_move_plugin_uri(plugin)
324 endpoint = self.get_move_plugin_uri(plugin)
364 endpoint = self.get_move_plugin_uri(plugin)
401 endpoint = self.get_move_plugin_uri(plugin)
448 endpoint = self.get_move_plugin_uri(placeholder_plugin)
493 endpoint = self.get_move_plugin_uri(placeholder_plugin)
H A Dtest_static_placeholder.py126 endpoint = self.get_move_plugin_uri(sourceplugin, container=StaticPlaceholder)
152 endpoint = self.get_move_plugin_uri(plugin)
H A Dtest_page_admin.py1805 endpoint = self.get_move_plugin_uri(plugin_1)
1809 endpoint = self.get_move_plugin_uri(plugin_2)
1813 endpoint = self.get_move_plugin_uri(plugin_3)
1833 endpoint = self.get_move_plugin_uri(plugin_1)
1837 endpoint = self.get_move_plugin_uri(plugin_1)
3222 endpoint = self.get_move_plugin_uri(plugin)
3253 endpoint = self.get_move_plugin_uri(plugin)
4727 endpoint = self.get_move_plugin_uri(plugin)
4762 endpoint = self.get_move_plugin_uri(plugin)
H A Dtest_plugins.py334 endpoint = self.get_move_plugin_uri(text_plugin_1)
945 endpoint = self.get_move_plugin_uri(child_plugin)
H A Dtest_placeholder.py176 endpoint = self.get_move_plugin_uri(ph1_pl2, container=TwoPlaceholderExample)
H A Dtest_nested_plugins.py936 edit_url = self.get_move_plugin_uri(text_plugin_two)
H A Dtest_admin.py562 endpoint = self.get_move_plugin_uri(sub_col)
/dports/www/py-django-cms/django-cms-3.7.1/cms/test_utils/
H A Dtestcases.py541 def get_move_plugin_uri(self, plugin, container=None, language=None): member in BaseCMSTestCase