Generic drag-and-drop sorting for the List, the Stacked- and the Tabular-Inlines Views in the Django Admin
Project description
# django-admin-sortable2
A replacement for django-admin-sortable using an unintrusive approach.
[![Build Status](https://travis-ci.org/jrief/django-admin-sortable2.svg?branch=master)](https://travis-ci.org/jrief/django-admin-sortable2) [![PyPI version](https://img.shields.io/pypi/v/django-admin-sortable2.svg)](https://pypi-hypernode.com/pypi/django-admin-sortable2) [![Python versions](https://img.shields.io/pypi/pyversions/django-admin-sortable2.svg)](https://pypi-hypernode.com/pypi/django-admin-sortable2) [![Software license](https://img.shields.io/pypi/l/django-admin-sortable2.svg)](https://github.com/jrief/django-admin-sortable2/blob/master/LICENSE-MIT) [![Twitter Follow](https://img.shields.io/twitter/follow/jacobrief.svg?style=social&label=Jacob+Rief)](https://twitter.com/jacobrief)
This plugin is a generic drag-and-drop ordering module for sorting objects in the List, the Stacked- and the Tabular-Inlines Views in the Django Admin interface.
This module offers simple mixin classes which enrich the functionality of any existing class derived from admin.ModelAdmin, admin.StackedInline or admin.TabularInline.
Thus it makes it very easy to integrate with existing models and their model admin interfaces. Existing models can inherit from models.Model or any other class derived thereof. No special base class is required.
## Project’s home
https://github.com/jrief/django-admin-sortable2
Detailled documentation on [ReadTheDocs](http://django-admin-sortable2.readthedocs.org/en/latest/).
To ask questions or reporting bugs, please use the [issue tracker](https://github.com/jrief/django-admin-sortable2/issues).
## 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 © 2018 Jacob Rief and contributors.
MIT licensed.
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.6.20.tar.gz
.
File metadata
- Download URL: django-admin-sortable2-0.6.20.tar.gz
- Upload date:
- Size: 50.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: Python-urllib/3.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | cd1394f1e1a8d02abe8a824e47f525b0c8f34b277075a4f4d3a0df5e43ad8bbb |
|
MD5 | 438f08754e7c0d63c92654d13eb198ca |
|
BLAKE2b-256 | 23feb47f6cd65faffd0a98c9a6fc8e5ff0058a8e95bb2c50a6f33611269f70e4 |