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 f1d2a06 commit be56191Copy full SHA for be56191
CHANGELOG.rst
@@ -2,8 +2,13 @@
2
Changelog
3
=========
4
5
+unpublished
6
+===========
7
+
8
* Added support for Django 3.2, Django 4.0
9
* Added github actions
10
+* Fixed search_field to point to file_name
11
12
13
3.0.0 (2020-09-02)
14
==================
djangocms_file/models.py
@@ -39,7 +39,7 @@ class AbstractFile(CMSPlugin):
39
"""
40
Renders a file wrapped by an anchor
41
42
- search_fields = ('name',)
+ search_fields = ('file_name',)
43
44
template = models.CharField(
45
verbose_name=_('Template'),
0 commit comments