Home
last modified time | relevance | path

Searched refs:get_copy_plugin_uri (Results 1 – 4 of 4) sorted by relevance

/dports/www/py-django-cms/django-cms-3.7.1/cms/tests/
H A Dtest_placeholder_app_admin.py486 endpoint = self.get_copy_plugin_uri(plugin, container=Example1)
521 endpoint = self.get_copy_plugin_uri(plugin, container=Example1)
H A Dtest_alias.py377 copy_endpoint = self.get_copy_plugin_uri(alias_plugin)
H A Dtest_page_admin.py3284 endpoint = self.get_copy_plugin_uri(plugin)
3322 endpoint = self.get_copy_plugin_uri(plugin)
4797 endpoint = self.get_copy_plugin_uri(plugin)
4839 endpoint = self.get_copy_plugin_uri(plugin)
/dports/www/py-django-cms/django-cms-3.7.1/cms/test_utils/
H A Dtestcases.py554 def get_copy_plugin_uri(self, plugin, container=None, language=None): member in BaseCMSTestCase