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
465 stars 28 forks source link

MixinEasyView instead of MixinEasyViews in the readme.rst #50

Closed abronin closed 4 years ago

abronin commented 4 years ago

You mentioned easy.MixinEasyView in your example in the readme.rst but there is the easy.MixinEasyViews class in the easy/admin/mixin.py.