Simple app that
Project description
# django-admin-enhancer
## Overview
A simple django app that provides change and deletion links to FK fields in the admin while ticket [#13163](https://code.djangoproject.com/ticket/13163) and [#13165](https://code.djangoproject.com/ticket/13165) are not fixed.
Note that this apps works with django >= 1.4 only.
## Display
![selected](https://dl.dropbox.com/u/2759157/selected.png)
![selected](https://dl.dropbox.com/u/2759157/empty.png)
[Video displaying interaction with the widget](https://www.youtube.com/watch?v=H4xqku-BPBU)
## 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](https://github.com/charettes/django-admin-enhancer/blob/master/tests/test_app/admin.py).
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file django-admin-enhancer-0.1.1.tar.gz
.
File metadata
- Download URL: django-admin-enhancer-0.1.1.tar.gz
- Upload date:
- Size: 6.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 46dc6fe7e045c027d7959becea5cc8cb6443a86bae40ebb22651728ca2fcce40 |
|
MD5 | 3006fe40a870b44a70c8f217db8a09ae |
|
BLAKE2b-256 | 8c80cd12ab257fae71e604fdb8bda7fd6f47b6e88293ac67878097535d71bf97 |