Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added search capability for alias content admin
Browse files Browse the repository at this point in the history
vipulnarang95 committed May 7, 2024
1 parent db0b6c4 commit 907e9cf
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -4,6 +4,7 @@ Changelog

Unreleased
==========
* feat: Added search capability in AliasContent admin
* Introduced Django 4.2 support.
* Dropped Support for Django<3.1

1 change: 1 addition & 0 deletions djangocms_alias/admin.py
Original file line number Diff line number Diff line change
@@ -129,6 +129,7 @@ class AliasContentAdmin(*alias_content_admin_classes):
form = AliasContentForm
list_filter = alias_content_admin_list_filter
list_display = alias_content_admin_list_display
search_fields = ["name"]
# Disable dropdown actions
actions = None
change_form_template = "admin/djangocms_alias/aliascontent/change_form.html"

0 comments on commit 907e9cf

Please sign in to comment.