![Oracle Drags Its Feet in the JavaScript Trademark Dispute](https://cdn.sanity.io/images/cgdhsj6q/production/919c3b22c24f93884c548d60cbb338e819ff2435-1024x1024.webp?w=400&fit=max&auto=format)
Security News
Oracle Drags Its Feet in the JavaScript Trademark Dispute
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
A Django email field which validates by checking for an MX record on the domain.
.. image:: https://travis-ci.org/thecut/thecut-emailfield.svg :target: https://travis-ci.org/thecut/thecut-emailfield
.. image:: https://codecov.io/github/thecut/thecut-emailfield/coverage.svg :target: https://codecov.io/github/thecut/thecut-emailfield
.. image:: https://readthedocs.org/projects/thecut-emailfield/badge/?version=latest :target: http://thecut-emailfield.readthedocs.io/en/latest/?badge=latest :alt: Documentation Status
A Django email field which validates by checking for an MX record on the domain.
The full documentation is at https://thecut-emailfield.readthedocs.org.
Install thecut-emailfield
using the installation instructions found in the project documentation.
An example models.py
::
# -*- coding: utf-8 -*-
from __future__ import absolute_import, unicode_literals
from django.db import models
from thecut.emailfield.models import EmailField
class EmailModel(models.Model):
email = EmailField()
An example forms.py
::
# -*- coding: utf-8 -*-
from __future__ import absolute_import, unicode_literals
from django import forms
from thecut.emailfield.forms import EmailField
class EmailForm(forms.Form):
email = EmailField()
See AUTHORS.rst
.
.. :changelog:
version.py
).tox
).dnspython
incompatibility with Python 3.LICENSE
, README
.etcFAQs
A Django email field which validates by checking for an MX record on the domain.
We found that thecut-emailfield demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
Security News
The Linux Foundation is warning open source developers that compliance with global sanctions is mandatory, highlighting legal risks and restrictions on contributions.
Security News
Maven Central now validates Sigstore signatures, making it easier for developers to verify the provenance of Java packages.