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

NOTE: this package is deprecated, because django after version 1.6 has support for binaryfield nativelly.

https://travis-ci.org/niwibe/djorm-ext-pgbytea.png?branch=master https://pypip.in/v/djorm-ext-pgbytea/badge.png https://pypip.in/d/djorm-ext-pgbytea/badge.png

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)

How to install?

Install the stable version using pip by running:

pip install djorm-ext-pgbytea

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.6.0.tar.gz (4.9 kB view details)

Uploaded Source

File details

Details for the file djorm-ext-pgbytea-0.6.0.tar.gz.

File metadata

File hashes

Hashes for djorm-ext-pgbytea-0.6.0.tar.gz
Algorithm Hash digest
SHA256 80c70e81a7e1c685bb71ac42ffed17e479c47a99b48e43095be56d9415b58d07
MD5 61b7d6d45fbaef515a6f73955652d840
BLAKE2b-256 e79802568249d24c7cf041459a22e8892e87bff10a65b8ae6df9bb55252ea10d

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