Really simple Django ORM field for case insensitive email addresses
Uses CITEXT on PostgreSQL and lowercases the values on other databases
See https://groups.google.com/d/msg/django-developers/SW7_qI81G58/Mdw65BhEBAAJ
Usage:
from django.db import models
from django_ciemailfield import CiEmailField
class User(models.Model):
email = CiEmailField(unique=True)
Release files for django-ci-emailfield 0.0.1
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| django-ci-emailfield-0.0.1.tar.gz | 1.8 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| django_ci_emailfield-0.0.1-py2.py3-none-any.whl | Python 2, Python 3 | none | any | Details |
Total release size: 5.0 kB
Release files / django-ci-emailfield-0.0.1.tar.gz
| Download URL | django-ci-emailfield-0.0.1.tar.gz |
|---|---|
| Size | 1.8 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
acad48278bf8397523b512b7fb0388608883709fbc8c3024a16e214b020a5a51
|
|
BLAKE2b-256 checksum How to use checksums |
492b17e1586fbe06634fdb3d46a68cad163f92fb3da1f4db0d540b54b99c4a75
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
Release files / django_ci_emailfield-0.0.1-py2.py3-none-any.whl
| Download URL | django_ci_emailfield-0.0.1-py2.py3-none-any.whl |
|---|---|
| Size | 3.2 kB |
| Tags | Python 2 Python 3 |
|
SHA-256 checksum How to use checksums |
d56373bdeeefda857fbf97cf6a8d962e5e3a5c56d452451efae612f44f844acc
|
|
BLAKE2b-256 checksum How to use checksums |
057e86c1ceec7432bc462dfda836f03b8a39f8460af066c779e78d0365c82a22
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |