pip install -e git+https://github.com/sophilabs/django-multiemail-field.git#egg=django-multiemail-field
from django.db import models from multiemailfield import MultiEmailField class FooModel(models.Model): emails = MultiEmailField()
Textarea: +------------------------------------------------------------------------+ | "User One" <[email protected]>, User Two <[email protected]> | | User Three <[email protected]> | +------------------------------------------------------------------------+ Field value: [ ('User One', '[email protected]'), ('User Two', '[email protected]'), ('User Three', '[email protected]') ]
django-multiemail-field is Copyright (c) 2017 sophilabs, inc. It is free software, and may be redistributed under the terms specified in the license file.
django-multiemail-field is maintained and funded by sophilabs, inc. The names and logos for sophilabs are trademarks of sophilabs, inc.