django-cms / django-filer

File and Image Management Application for django
https://django-filer.readthedocs.io/
Other
1.76k stars 577 forks source link

In admin field name doesn't show up #848

Closed Mazas17 closed 2 years ago

Mazas17 commented 8 years ago

I have model:

class BookCover(models.Model):
    .........
    research_report = FilerFileField(null=True, blank=True,
                                     related_name='research_report',
                                    verbose_name=u'Tyrimo ataskaita')
    test_img = FilerImageField(null=True, blank=True, related_name='test_img')

In admin there is no field name. Also according docs, there should be search icon in ImageField. What i have is:

image

Installed versions: django-filer==1.2.0 django-mptt==0.8.1 django-polymorphic==0.8.1 easy-thumbnails==2.3 Django==1.8 Pillow==3.2.0

stale[bot] commented 2 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

stale[bot] commented 2 years ago

This will now be closed due to inactivity, but feel free to reopen it.