Skip to main content

It's an ordered json field

Project description

# Install:

pip install django-json-ordered

# Usage:

Create your model:

from django.db import models from django_json_ordered.fields import JsonOrderedField

class YourModel(models.Model):

your_field = JsonOrderedField()

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-json-ordered-0.2.tar.gz (1.2 kB view hashes)

Uploaded Source

Built Distribution

django_json_ordered-0.2-py3-none-any.whl (2.2 kB view hashes)

Uploaded Python 3

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