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

Add ManyToManyAdminField for use with ManyToManyField #43

Open Furkanzmc opened 6 years ago

Furkanzmc commented 6 years ago

I've added a field to show the objects of a many to many field in a list. And I added a __name__ method to SimpleAdminField because Django was complaining that __name__ could not be found.

coveralls commented 6 years ago

Coverage Status

Coverage decreased (-0.3%) to 92.433% when pulling 3185241117968e72fabc066fca1fead52929cc7c on Furkanzmc:feature_branch into 0548ffdd04c81420bacea6825926d401683d209b on ebertti:master.

coveralls commented 6 years ago

Coverage Status

Coverage decreased (-0.3%) to 92.433% when pulling 3185241117968e72fabc066fca1fead52929cc7c on Furkanzmc:feature_branch into 0548ffdd04c81420bacea6825926d401683d209b on ebertti:master.

coveralls commented 6 years ago

Coverage Status

Coverage decreased (-0.3%) to 92.433% when pulling 3185241117968e72fabc066fca1fead52929cc7c on Furkanzmc:feature_branch into 0548ffdd04c81420bacea6825926d401683d209b on ebertti:master.

ebertti commented 6 years ago

If you need some help to fix the broked tests on django 2.0, please, ask me.

Thanks for your PR