Generic drag-and-drop ordering for objects in the Django admin interface
Project description
A replacement for django-admin-sortable using an unintrusive approach.
This plugin is a generic drag-and-drop ordering module for sorting objects in the list view of the Django admin interface. It offers simple mixin classes which enrich the functionality of any existing class derived from admin.ModelAdmin, admin.StackedInline or admin.TabluarInline. Thus it makes it very easy to integrate with existing models and their model admin interfaces.
NEW in version 0.3.1
Fixed issue #25 and another small bug.
Project’s home
https://github.com/jrief/django-admin-sortable2.
Detailled documentation on ReadTheDocs.
To ask questions or reporting bugs, please use the issue tracker.
Build status
Why should You use it?
All available plugins which add functionality to make list views for the Django admin interface sortable, offer a base class to be used instead of models.Model. This abstract base class then contains a hard coded position field, additional methods, and meta directives.
This inhibits to create sortable abstract models. django-admin-sortable2 does not have these restrictions.
License
Copyright © 2014 Jacob Rief.
Licensed under the MIT license.
Project details
Release history Release notifications | RSS feed
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-sortable2-0.3.2.tar.gz
.
File metadata
- Download URL: django-admin-sortable2-0.3.2.tar.gz
- Upload date:
- Size: 43.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 6b1e804df136f480787b5d2af5b98c9502f7c96fb510f917ab5ca817fe2332b0 |
|
MD5 | 65cf3ebc96ff9533a3a63cf07527166f |
|
BLAKE2b-256 | a21623cfb411c68e8aec025cc2ce8f68c622ad5a8ae3600a79ed51deed227c3e |