Skip to main content

Core module of django orm extensions package. Is a collection of third party plugins build in one unified package.

Project description

Binary field and other usefull tools for postgresql bytea field type.

Simple example:

from django.db import models
from djorm_pgbytea.fields import ByteaField, LargeObjectField

class ByteaModel(models.Model):
    data = ByteaField()

class LargeObjectModel(models.Model):
    lobj = LargeObjectField(default=None, null=True)

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

djorm-ext-pgbytea-0.5.0.tar.gz (2.9 kB view hashes)

Uploaded Source

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