django-admin-enhancer

A simple Django app that provides change and deletion links to FK fields in the admin
Download

django-admin-enhancer Ranking & Summary

Advertisement

  • Rating:
  • License:
  • MIT/X Consortium Lic...
  • Price:
  • FREE
  • Publisher Name:
  • Simon Charette
  • Publisher web site:
  • https://github.com/charettes/

django-admin-enhancer Tags


django-admin-enhancer Description

django-admin-enhancer is a simple Django app that provides change and deletion links to FK fields in the admin while ticket #13163 and #13165 are not fixed.UsageMake sure to mix admin_enhancer.EnhancedModelAdminMixin when dealing with django.contrib.admin.ModelAdmin subclasses and admin_enhancer.EnhancedAdminMixin when dealing with django.contrib.admin.InlineModelAdmin at both ends of the relationship.If edition and deletion controls appears but the popup is not closed nor is the select box updated your ModelAdmin subclass referenced by the field in question is probably not mixed with admin_enhancer.EnhancedModelAdminMixin.For some examples take a look here.Product's homepage


django-admin-enhancer Related Software