We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fc4628e commit f7a740bCopy full SHA for f7a740b
README.rst
@@ -15,7 +15,7 @@ Key features
15
============
16
17
- Support of `Bootstrap 5 <https://getbootstrap.com>`_, django CMS 3.8+
18
- and the new upcoming major django CMS 4.
+ and the new major django CMS 4.
19
20
- **Separation of plugins from css framework**, i.e. no need to
21
rebuild you site's plugin tree if css framework is changed in the
djangocms_frontend/pool.py
@@ -90,7 +90,7 @@ def setup():
90
"template": patch_template(template),
91
"class": plugin,
92
}
93
- else:
+ else: # pragma: no cover
94
warnings.warn(
95
f"Duplicate candidates for {{% plugin \"{tag_name}\" %}} found. "
96
f"Only registered {plugin_tag_pool[tag_name]['class'].__name__}.", stacklevel=1)
0 commit comments