django-ci-emailfield
Project description
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)
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
Built Distribution
File details
Details for the file django-ci-emailfield-0.0.1.tar.gz
.
File metadata
- Download URL: django-ci-emailfield-0.0.1.tar.gz
- Upload date:
- Size: 1.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | acad48278bf8397523b512b7fb0388608883709fbc8c3024a16e214b020a5a51 |
|
MD5 | d0744c8b702e8e56af8513a7234946f7 |
|
BLAKE2b-256 | 492b17e1586fbe06634fdb3d46a68cad163f92fb3da1f4db0d540b54b99c4a75 |
File details
Details for the file django_ci_emailfield-0.0.1-py2.py3-none-any.whl
.
File metadata
- Download URL: django_ci_emailfield-0.0.1-py2.py3-none-any.whl
- Upload date:
- Size: 3.2 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | d56373bdeeefda857fbf97cf6a8d962e5e3a5c56d452451efae612f44f844acc |
|
MD5 | 2b2385dd5bf447d3350094d9e8bd35ac |
|
BLAKE2b-256 | 057e86c1ceec7432bc462dfda836f03b8a39f8460af066c779e78d0365c82a22 |