Home
last modified time | relevance | path

Searched refs:get_plugin_model (Results 1 – 5 of 5) sorted by relevance

/dports/www/py-django-cms/django-cms-3.7.1/cms/utils/
H A Dplugins.py27 def get_plugin_model(plugin_type): function
192 plugin_model = get_plugin_model(source_plugin.plugin_type)
/dports/www/py-django-cms/django-cms-3.7.1/cms/tests/
H A Dtest_no_i18n.py173 Link = self.get_plugin_model('LinkPlugin')
H A Dtest_plugins.py1409 def get_plugin_model(self, plugin_type): member in NoDatabasePluginTests
1413 text = self.get_plugin_model('TextPlugin')
1414 link = self.get_plugin_model('LinkPlugin')
1418 text = self.get_plugin_model('TextPlugin')
1419 link = self.get_plugin_model('LinkPlugin')
H A Dtest_page.py616 Text = self.get_plugin_model('TextPlugin')
/dports/www/py-django-cms/django-cms-3.7.1/cms/test_utils/
H A Dtestcases.py505 def get_plugin_model(self, plugin_type): member in BaseCMSTestCase