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 b3f0266 commit a56fbefCopy full SHA for a56fbef
tests/test_integration_with_core.py
@@ -280,9 +280,9 @@ def setUp(self):
280
self.page.save()
281
282
283
- @skipIf(cms_version < "4.1.3", "Bug only fixed in django CMS 4.1.3")
+ @skipIf(cms_version < "4.1.4", "Bug only fixed in django CMS 4.1.4")
284
def test_get_admin_url_for_language(self):
285
- """Regression fixed that made unpublished and archived versions invisivle to get_admin_url_for_language
+ """Regression fixed that made unpublished and archived versions invisible to get_admin_url_for_language
286
template tag. See: https://github.com/django-cms/django-cms/pull/7967"""
287
from django.template import Template
288
0 commit comments