No project description provided
Project description
Django ULIDX
Django IDX is a Django extension which allows developers to use alternative sequential IDs like ULID as ID.
Usage
from django.db import models
from django_ulidx.models import ULIDField
class MyModel(models.Model):
id = ULIDField(primary_key=True)
Project details
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
django_ulidx-1.0.5.tar.gz
(1.8 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file django_ulidx-1.0.5.tar.gz.
File metadata
- Download URL: django_ulidx-1.0.5.tar.gz
- Upload date:
- Size: 1.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.8.4 CPython/3.13.0 Linux/6.10.14-linuxkit
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
67467dcfe8af57a81efd8accd2fa57fd3282023dbf57c0d526ab9695fa3f3e43
|
|
| MD5 |
22425d39c146b96fd4e21251b120ffaa
|
|
| BLAKE2b-256 |
a38684ec7a462ac966f0f33df6748a034834519ac4a616e509ce69b31c889440
|
File details
Details for the file django_ulidx-1.0.5-py3-none-any.whl.
File metadata
- Download URL: django_ulidx-1.0.5-py3-none-any.whl
- Upload date:
- Size: 2.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.8.4 CPython/3.13.0 Linux/6.10.14-linuxkit
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
fc08ec9dbf74dbd10d40c43e6d89f93733cd58fffb6cdc866e6ac5ed6c6bffe4
|
|
| MD5 |
000030261746bd9eabec6968897ff4e7
|
|
| BLAKE2b-256 |
821d57a486f581d99668366096226e2d05b609b41c7f70e4cfa10294a57f56a9
|