B
    `1                 @   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               @   s0   e Zd ZdgZejddejdddddgZd	S )
	Migration)ZofferZ0006_auto_20170504_0616ZconditionalofferZ	exclusiveTz5Exclusive offers cannot be combined on the same itemszExclusive offer)default	help_textZverbose_name)Z
model_namenamefieldN)	__name__
__module____qualname__Zdependenciesr   ZAddFieldr   ZBooleanField
operations r   r   j/home/dcms/DCMS/lib/python3.7/site-packages/oscar/apps/offer/migrations/0007_conditionaloffer_exclusive.pyr      s
   r   N)
__future__r   Z	django.dbr   r   r   r   r   r   r   <module>   s   