benjaoming / django-relatedadminwidget

AS OF DJANGO 1.9 THIS PROJECT IS UNNECESSARY! Widget for displaying edit and delete links alongside foreign key admin widgets
40 stars 9 forks source link

Is it possible to implement this as a custom widget instead of as a ModelAdmin mixin? #2

Open andybak opened 12 years ago

andybak commented 12 years ago

There would be a lower chance of conflicting with other mixins that way.

benjaoming commented 11 years ago

Please advice me further :)

I wouldn't like to break the current structure, but a widget could be added as a supplementary approach.. the current approach is just to have an easy plugin, that's almost a one-liner.