3
(h                 @   sV   d dl mZ d dlZd dlmZ d dlmZmZ d dl	m
Z
mZ G dd dejZdS )    )unicode_literalsN)
validators)
migrationsmodels)sixtimezonec               @   s&  e Zd ZdMgZejddejdddddfd	ejd
d	dfdej	dej
dddfdejdddfgdNedOgddddejjjj fgdejddejdddddfd	ejddd	dfdejddddfgddd dejjjj fgdejd!dejdddddfd"ejd#d"dfd$ejejd%d&fd'ejdd(d)d*fd+ejd,dd-d+ejrRej nej gd.fd/ejd-d0dd1fd2ejd-d3dd1fd4ejd5d6dd1fd7ejdd8d9d*fd:ejdd;d<d=fd>ejejd?d&fdejd@dddAdBdCdDfdEejddFddGdAdBdHfgdIdBdJdKdejjjj fgdgZdLS )P	Migrationcontenttypes	__first__Z
PermissionidZIDFT)verbose_name	serializeZauto_createdZprimary_keyname2   )
max_lengthr   content_typezcontenttypes.ContentTypezcontent type)toZ	on_deleteZto_fieldr   codenamed   content_type__app_labelcontent_type__modelZ
permissionpermissions)ZorderingZunique_togetherr   verbose_name_pluralZobjects)r   fieldsoptionsZmanagersGroupP   )uniquer   r   zauth.Permission)r   r   blankgroupgroups)r   r   ZUserpassword   Z
last_loginz
last login)defaultr   Zis_superuserzPDesignates that this user has all permissions without explicitly assigning them.zsuperuser status)r#   	help_textr   usernamezERequired. 30 characters or fewer. Letters, digits and @/./+/-/_ only.   )r$   r   r   r   r   Z
first_namez
first name)r   r   r   	last_namez	last nameemailK   zemail addressZis_staffz9Designates whether the user can log into this admin site.zstaff statusZ	is_activeactivezeDesignates whether this user should be treated as active. Unselect this instead of deleting accounts.)r#   r   r$   Zdate_joinedzdate joinedz
auth.GroupZuser_setuserzaThe groups this user belongs to. A user will get all permissions granted to each of their groups.)r   r   r   related_namerelated_query_namer$   Zuser_permissionszuser permissionsz#Specific permissions for this user.)r   r   r   r$   r,   r-   ZAUTH_USER_MODELZusers)Z	swappabler   r   N)r	   r
   )r   r   r   )r   r   )__name__
__module____qualname__Zdependenciesr   ZCreateModelr   Z	AutoFieldZ	CharFieldZ
ForeignKeyZCASCADEsetdjangocontribauthZPermissionManagerZManyToManyFieldZGroupManagerZDateTimeFieldr   nowZBooleanFieldr   PY3r   ZUnicodeUsernameValidatorZASCIIUsernameValidatorZ
EmailFieldZUserManager
operations r8   r8   O/tmp/pip-install-q3hcpn_q/Django/django/contrib/auth/migrations/0001_initial.pyr   
   sv   
r   )
__future__r   Zdjango.contrib.auth.modelsr2   Zdjango.contrib.authr   Z	django.dbr   r   Zdjango.utilsr   r   r   r8   r8   r8   r9   <module>   s
   