Skip to main content

django implemention of the ltree postgres extension - this is a backport to Python 2.7/Django 1.11

Project description

django-ltree

An tree extension implementation to support hierarchical tree-like data in Django models, using the native Postgres extension ltree.

Postgresql has already a optimized and very useful tree implementation for data. The extension is ltree

This fork contains a backport to Django 1.11 and Python 2.7.

Links

Install

pip install django-ltree

Then add django_ltree to INSTALLED_APPS in your Django project settings.

And make sure to run django_ltree migrations before you added the PathField

python manage.py migrate django_ltree

django_ltree migrations will install the ltree extension if not exist.

You can alternatively specify the django_ltree dependency in the migrations of your applications that requires PathField, and run migrations smoothly.

class Migration(migrations.Migration):
    dependencies = [
            ('django_ltree', '__latest__'),
    ]

Requires

  • Django 1.11 or superior
  • Python 2

Testing

Make sure you have Postgres installed. Then simply run tox in the root directory of the project.

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_ltree_fork-0.4.4.tar.gz (5.0 kB view details)

Uploaded Source

File details

Details for the file django_ltree_fork-0.4.4.tar.gz.

File metadata

  • Download URL: django_ltree_fork-0.4.4.tar.gz
  • Upload date:
  • Size: 5.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.14.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/39.0.1 requests-toolbelt/0.9.1 tqdm/4.35.0 CPython/3.6.5

File hashes

Hashes for django_ltree_fork-0.4.4.tar.gz
Algorithm Hash digest
SHA256 9bd73b17943d8f5e70d89083c4b672474ce7a851b316e87df5d2c015a58dccb5
MD5 30962648ee89eb3bfe20e9153a3c2fee
BLAKE2b-256 30b288536f62dbc30d528477f7d24af0b04ad3db8e13b61aa0dbc2f5e052305e

See more details on using hashes here.

Provenance

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