{"id":13415511,"url":"https://github.com/jrief/django-admin-sortable2","last_synced_at":"2026-01-22T17:27:09.957Z","repository":{"id":9381151,"uuid":"11240449","full_name":"jrief/django-admin-sortable2","owner":"jrief","description":"Generic drag-and-drop ordering for objects in the Django admin interface","archived":false,"fork":false,"pushed_at":"2025-04-01T12:36:29.000Z","size":5225,"stargazers_count":825,"open_issues_count":51,"forks_count":184,"subscribers_count":19,"default_branch":"master","last_synced_at":"2025-04-28T12:03:01.204Z","etag":null,"topics":["django","django-admin","python","sorting"],"latest_commit_sha":null,"homepage":"https://django-admin-sortable2.readthedocs.io/en/latest/","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jrief.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2013-07-07T21:26:56.000Z","updated_at":"2025-04-26T09:31:42.000Z","dependencies_parsed_at":"2024-01-06T09:54:30.640Z","dependency_job_id":"67674eb2-cb7c-456c-a79b-1772c98140d4","html_url":"https://github.com/jrief/django-admin-sortable2","commit_stats":{"total_commits":581,"total_committers":82,"mean_commits":7.085365853658536,"dds":0.4922547332185886,"last_synced_commit":"7bb2640fb35939d52248756b089ae27241d313f4"},"previous_names":[],"tags_count":79,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jrief%2Fdjango-admin-sortable2","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jrief%2Fdjango-admin-sortable2/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jrief%2Fdjango-admin-sortable2/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jrief%2Fdjango-admin-sortable2/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jrief","download_url":"https://codeload.github.com/jrief/django-admin-sortable2/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":251311333,"owners_count":21569009,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["django","django-admin","python","sorting"],"created_at":"2024-07-30T21:00:49.900Z","updated_at":"2026-01-22T17:27:09.897Z","avatar_url":"https://github.com/jrief.png","language":"Python","readme":"# django-admin-sortable2\n\nThis Django package adds functionality for generic drag-and-drop ordering of items in the List, the Stacked- and the\nTabular-Inlines Views of the Django Admin interface.\n\n[![Build Status](https://github.com/jrief/django-admin-sortable2/actions/workflows/tests.yml/badge.svg)](https://github.com/jrief/django-admin-sortable2/actions/workflows/tests.yml)\n[![PyPI version](https://img.shields.io/pypi/v/django-admin-sortable2.svg)](https://pypi.python.org/pypi/django-admin-sortable2)\n[![Python versions](https://img.shields.io/pypi/pyversions/django-admin-sortable2.svg)](https://pypi.python.org/pypi/django-admin-sortable2)\n[![Django versions](https://img.shields.io/pypi/djversions/django-admin-sortable2)](https://pypi.python.org/pypi/django-admin-sortable2)\n[![Downloads](https://img.shields.io/pypi/dm/django-admin-sortable2.svg)](https://img.shields.io/pypi/dm/django-admin-sortable2.svg)\n[![Software license](https://img.shields.io/pypi/l/django-admin-sortable2.svg)](https://github.com/jrief/django-admin-sortable2/blob/master/LICENSE)\n\nCheck the demo:\n\n![Demo](https://raw.githubusercontent.com/jrief/django-admin-sortable2/master/docs/source/_static/django-admin-sortable2.gif)\n\nThis library offers simple mixin classes which enrich the functionality of any existing class inheriting from\n`admin.ModelAdmin`, `admin.StackedInline` or `admin.TabularInline`.\n\nIt thus makes it very easy to integrate with existing models and their model admin interfaces. Existing models can\ninherit from `models.Model` or any other class derived thereof. No special base class is required.\n\n\n## Version 2.0\n\nThis is a major rewrite of this **django-admin-sortable2**. It replaces the client side part against\n[Sortable.JS](https://sortablejs.github.io/Sortable/) and thus the need for jQuery.\n\nReplacing that library allowed me to add a new feature: Multiple items can now be dragged and dropped together.\n\n\n## Project's Home\n\nhttps://github.com/jrief/django-admin-sortable2\n\nDetailled documentation can be found on [ReadTheDocs](https://django-admin-sortable2.readthedocs.org/en/latest/).\n\nBefore reporting bugs or asking questions, please read the\n[contributor's guide](https://django-admin-sortable2.readthedocs.io/en/latest/contributing.html).\n\n\n## License\n\nLicensed under the terms of the MIT license.\n\nCopyright \u0026copy; 2013-2022 Jacob Rief and contributors.\n\nPlease follow me on\n[![Twitter Follow](https://img.shields.io/twitter/follow/jacobrief.svg?style=social\u0026label=Jacob+Rief)](https://twitter.com/jacobrief)\nfor updates and other news.\n","funding_links":[],"categories":["Third-Party Packages","JavaScript","Best Django Admin Interface Resources"],"sub_categories":["Admin","Django Admin Themes \u0026 UI Enhancements"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjrief%2Fdjango-admin-sortable2","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjrief%2Fdjango-admin-sortable2","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjrief%2Fdjango-admin-sortable2/lists"}