ó
O'—^c           @  s{   d  d l  m Z d  d l m Z d  d l m Z m Z d  d l Z d  d l	 Z d  d l
 m Z d e j f d „  ƒ  YZ d S(   iÿÿÿÿ(   t   unicode_literals(   t   oauth2_settings(   t   modelst
   migrationsN(   t   settingst	   Migrationc           B  s¶   e  Z d g Z e j d d d d d e j d e ƒ d e ƒ e j	 d d d d	 d e j
 d
 d d e j ƒ d e ƒ e j	 d d d d	 d e j
 d e d e j d e ƒ d e ƒ g Z RS(   u   oauth2_provideru   0001_initialt
   model_nameu   Applicationt   nameu   skip_authorizationt   fieldt   defaultt   preserve_defaultu   usert   related_nameu   oauth2_provider_applicationt   tou   AccessTokent   blankt   null(   u   oauth2_provideru   0001_initial(   t   __name__t
   __module__t   dependenciesR   t   AddFieldR   t   BooleanFieldt   Falset   Truet
   AlterFieldt
   ForeignKeyR   t   AUTH_USER_MODELt
   operations(    (    (    sL   /tmp/pip-unpacked-wheel-ndW12l/oauth2_provider/migrations/0002_08_updates.pyR      s    				!(   t
   __future__R    t   oauth2_provider.settingsR   t	   django.dbR   R   t   oauth2_provider.validatorst   oauth2_providert   oauth2_provider.generatorst   django.confR   R   (    (    (    sL   /tmp/pip-unpacked-wheel-ndW12l/oauth2_provider/migrations/0002_08_updates.pyt   <module>   s   