ebertti / django-admin-easy

Collection of admin fields and decorators to help to create computed or custom fields more friendly and easy way
https://pypi.org/project/django-admin-easy/
MIT License
470 stars 29 forks source link

@easy.short(tags=True) does not work #44

Closed sawan closed 3 years ago

sawan commented 6 years ago

Hi,

@easy.short(tags=True) is not working for a method that returns a table.

@easy.with_tags() needs to be applied for the method to work.

This is in Django 2.