oscarmlage / django-cruds-adminlte

django-cruds is simple drop-in django app that creates CRUD for faster prototyping
BSD 3-Clause "New" or "Revised" License
424 stars 81 forks source link

Added crud_tags method to display many_to_many field values #123

Closed A4TIF closed 4 years ago

A4TIF commented 4 years ago

This displays string representation of the many_to_many field values

122