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

Generates delete URL template using Django 1.6 compatible helper method. #4

Closed joelcrocker closed 10 years ago

joelcrocker commented 10 years ago

Forgot to also update the delete URL template to be Django 1.6 compatible. This commit corrects that.