Skip to main content
2025 Python Packaging Survey is now live!  Take the survey now

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)

Supported by

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