Email = models.EmailField()

17 views
Skip to first unread message

khaled mommed

unread,
Mar 14, 2018, 9:12:59 PM3/14/18
to Django users
what is  attributes  of EmailField()
and properities
please

Bernd Wechner

unread,
Mar 14, 2018, 11:56:25 PM3/14/18
to Django users
Khaled,

You need to learn how to read the documentation I suspect. Start here for the standard field options:

https://docs.djangoproject.com/en/2.0/ref/models/fields/#field-options

Then for EmailField specific options:

https://docs.djangoproject.com/en/2.0/ref/models/fields/#emailfield

then click the CharField link under the class spec for Charfield specific option and then click the TextField.link under that class spec for TextField specific options.

Your question is not very specific and does not suggest you've tried reading the documentation alas.

Regards,

Bernd.
Reply all
Reply to author
Forward
0 new messages