Skip to content

Commit 3dfb261

Browse files
authored
Merge branch 'master' into fix/no-content
2 parents 4cb0230 + 5c8c888 commit 3dfb261

12 files changed

+11
-11
lines changed

djangocms_alias/admin.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ class AliasAdmin(GrouperModelAdmin):
6868
)
6969
fields = ("content__name", "category", "site", "content__language")
7070
readonly_fields = ("static_code",)
71-
search_fields = ["content__name"]
71+
search_fields = ["content__name", "static_code"]
7272
autocomplete_fields = ["category", "site"]
7373
extra_grouping_fields = ("language",)
7474
EMPTY_CONTENT_VALUE = mark_safe(_("<i>Missing language</i>"))
5.89 KB
Binary file not shown.

tests/requirements/py311-dj52-cms50-default.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ coverage[toml]==7.8.0
1414
# via
1515
# -r requirements.in
1616
# pytest-cov
17-
django==5.2.9
17+
django==5.2.11
1818
# via
1919
# django-classy-tags
2020
# django-cms

tests/requirements/py311-dj52-cms50-versioning.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ coverage[toml]==7.8.0
1414
# via
1515
# -r requirements.in
1616
# pytest-cov
17-
django==5.2.9
17+
django==5.2.11
1818
# via
1919
# django-classy-tags
2020
# django-cms

tests/requirements/py312-dj52-cms50-default.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ coverage[toml]==7.8.0
1414
# via
1515
# -r requirements.in
1616
# pytest-cov
17-
django==5.2.9
17+
django==5.2.11
1818
# via
1919
# django-classy-tags
2020
# django-cms

tests/requirements/py312-dj52-cms50-versioning.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ coverage[toml]==7.8.0
1414
# via
1515
# -r requirements.in
1616
# pytest-cov
17-
django==5.2.9
17+
django==5.2.11
1818
# via
1919
# django-classy-tags
2020
# django-cms

tests/requirements/py312-dj60-cms50-default.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ coverage[toml]==7.10.6
1414
# via
1515
# -r requirements.in
1616
# pytest-cov
17-
django==5.2.9
17+
django==5.2.11
1818
# via
1919
# django-classy-tags
2020
# django-cms

tests/requirements/py312-dj60-cms50-versioning.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ coverage[toml]==7.10.6
1414
# via
1515
# -r requirements.in
1616
# pytest-cov
17-
django==5.2.9
17+
django==5.2.11
1818
# via
1919
# django-classy-tags
2020
# django-cms

tests/requirements/py313-dj52-cms50-default.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ coverage[toml]==7.8.0
1414
# via
1515
# -r requirements.in
1616
# pytest-cov
17-
django==5.2.9
17+
django==5.2.11
1818
# via
1919
# django-classy-tags
2020
# django-cms

tests/requirements/py313-dj52-cms50-versioning.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ coverage[toml]==7.8.0
1414
# via
1515
# -r requirements.in
1616
# pytest-cov
17-
django==5.2.9
17+
django==5.2.11
1818
# via
1919
# django-classy-tags
2020
# django-cms

0 commit comments

Comments
 (0)