B
    `                 @   s2   d dl mZ d dlmZmZ G dd dejZdS )    )unicode_literals)
migrationsmodelsc            
   @   sN   e Zd ZdgZejddejddddddejdd	ejdd
ddddgZdS )	Migration)ZofferZ0005_auto_20170423_1217ZconditionalofferZend_datetimeTzWOffers are active until the end date. Leave this empty if the offer has no expiry date.zEnd date)Zblank	help_textnullZverbose_name)Z
model_namenamefieldZstart_datetimezWOffers are active from the start date. Leave this empty if the offer has no start date.z
Start dateN)	__name__
__module____qualname__Zdependenciesr   Z
AlterFieldr   ZDateTimeField
operations r   r   b/home/dcms/DCMS/lib/python3.7/site-packages/oscar/apps/offer/migrations/0006_auto_20170504_0616.pyr      s   r   N)
__future__r   Z	django.dbr   r   r   r   r   r   r   <module>   s   