Skip to main content

Django-mptt-admin provides a nice Django Admin interface for Mptt models

Project description

Travis Status

Coverage Status

Downloads

Version

Violations

Requirements Status

Django Mptt Admin

Django-mptt-admin provides a nice Django Admin interface for Mptt models. The source is available on https://github.com/leukeleu/django-mptt-admin. It uses the jqTree library.

Requirements

The package is tested with Django (1.4 - 1.7), and Mptt (0.6.0, 0.6.1). Also with Python 2.6, 2.7 and 3.3, 3.4.

  • This version is not compatible with Django 1.3. Please use django-mptt-admin 0.1.2 for Django 1.3 support.

Installation

Install the package:

$ pip install django_mptt_admin

Add django_mptt_admin to your installed apps in settings.py.

INSTALLED_APPS = (
    ..
    'django_mptt_admin',
)

Use the DjangoMpttAdmin class in admin.py:

from django.contrib import admin
from django_mptt_admin.admin import DjangoMpttAdmin
from models import Country

class CountryAdmin(DjangoMpttAdmin):
    pass

admin.site.register(Country, CountryAdmin)

Changelog

0.1.9 (july 12 2014)

  • Issue 25: update jqtree to 0.21.0

  • Issue 28: fixing problems related to working with model’s pk-field, named other than “id” (thanks to Igor Gai)

  • Issue 29: fix path to spinner.gif (thanks to Igor Gai)

0.1.8 (februari 2 2014)

  • Issue 17: handle error when moving node

  • Issue 18: do not use inline javascript

  • Issue 19: support Django 1.7 alpha

0.1.7 (january 3 2014)

  • Issue 16: moving a node fails if the node id is a uuid

0.1.6 (october 10 2013)

  • Issue 8: removing node from the tree causes the tree view to crash

0.1.5 (august 27 2013)

  • Issue 6: save the tree state

  • Issue 7: do not handle the right mouse click

0.1.4 (august 8 2013)

  • Issue 5: Support for uuid ids

0.1.3 (may 2 2013)

This version drops support for Django 1.3.7

  • Issue 2: Posting a screenshot in the readme would be really useful (thanks to Andy Baker)

  • Issue 3: Use static templatetag for CDN-compatible file paths (thanks to Alex Holmes)

  • Added Coveralls support

0.1.2 (march 12 2013)

  • Issue 1: Grid view doesn’t link correctly to object change pages (thanks to Kris Fields)

0.1.1 (februari 25 2013)

  • Added experimental Python 3 support

0.1 (februari 7 2013)

  • Initial version

Bitdeli Badge

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

django-mptt-admin-0.1.9.tar.gz (881.1 kB view details)

Uploaded Source

Built Distributions

django_mptt_admin-0.1.9-py2.py3-none-any.whl (943.0 kB view details)

Uploaded Python 2 Python 3

django_mptt_admin-0.1.9-py2.7.egg (940.1 kB view details)

Uploaded Source

File details

Details for the file django-mptt-admin-0.1.9.tar.gz.

File metadata

File hashes

Hashes for django-mptt-admin-0.1.9.tar.gz
Algorithm Hash digest
SHA256 b3d2726b88834993e2482413fa423edbbe6bccc682790e89411f80c6f7861e56
MD5 a968637a1877cf16a2d06adf65fb6722
BLAKE2b-256 8b95b9c3ccf6d97fbc492700fca056f62632e4128d65c5ffddbdd856ede7de10

See more details on using hashes here.

File details

Details for the file django_mptt_admin-0.1.9-py2.py3-none-any.whl.

File metadata

File hashes

Hashes for django_mptt_admin-0.1.9-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 4019755ec314180a208328a5cc75221b4439baf33d92c7a1da876c382a46bd6a
MD5 8a72ac913e60ecd80251a7b5efb871b8
BLAKE2b-256 bf5137fb5d717eabd24289b32b31c9a8a81a4d08b2cf4e64ff6bdf44dc644a3d

See more details on using hashes here.

File details

Details for the file django_mptt_admin-0.1.9-py2.7.egg.

File metadata

File hashes

Hashes for django_mptt_admin-0.1.9-py2.7.egg
Algorithm Hash digest
SHA256 4f232227c3de496e1f5054f58470172d737e03cdcc27a05ed45b609a05a084a1
MD5 c0ccf02fe8252edc814445ba3284871f
BLAKE2b-256 70ade85127577e2c3a99027157bea3c2f0c54b91f43241b016c169795d014d70

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page