Skip to content

henryl/django-admin-enhancer

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

django-admin-enhancer

Overview

A simple django app that provides change and deletion links to FK fields in the admin while ticket #13163 and #13165 are not fixed.

Note that this apps works with django >= 1.4 only.

Display

selected

selected

Video displaying interaction with the widget

Usage

Make 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.

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 89.5%
  • JavaScript 10.5%