djorm-ext-pgbytea 0.5.0
pip install djorm-ext-pgbytea==0.5.0
Newer version available (0.6.0)
Released:
Core module of django orm extensions package. Is a collection of third party plugins build in one unified package.
Navigation
Unverified details
These details have not been verified by PyPIProject links
Meta
- License: BSD License (BSD)
- Author: Andrey Antukh
Classifiers
- Development Status
- Framework
- Intended Audience
- License
- Operating System
- Programming Language
- Topic
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
Unverified details
These details have not been verified by PyPIProject links
Meta
- License: BSD License (BSD)
- Author: Andrey Antukh
Classifiers
- Development Status
- Framework
- Intended Audience
- License
- Operating System
- Programming Language
- Topic
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file djorm-ext-pgbytea-0.5.0.tar.gz
.
File metadata
- Download URL: djorm-ext-pgbytea-0.5.0.tar.gz
- Upload date:
- Size: 2.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
fa53f02a54424d886d5d6165c92641ae8997903b881fe9a72a141aab3cb92812
|
|
MD5 |
d13e3b20749c3083ccc3c951d8171932
|
|
BLAKE2b-256 |
f31dd7f575dd32d21b2e33792aaabde48eb09a4e9cc7ae8bada3d9f8ef721c28
|