3
ªôÁg®  ã               @   s    d dl mZ G dd„ deƒZG dd„ deƒZG dd„ deƒZG dd	„ d	eƒZG d
d„ deƒZG dd„ de	ƒZ
G dd„ deƒZG dd„ deƒZG dd„ deƒZdS )é    )ÚDatabaseErrorc               @   s   e Zd ZdZdS )ÚAmbiguityErrorz.More than one migration matches a name prefix.N)Ú__name__Ú
__module__Ú__qualname__Ú__doc__© r   r   ú]/var/www/tester-filtro-web/env/lib/python3.6/site-packages/django/db/migrations/exceptions.pyr      s   r   c               @   s   e Zd ZdZdS )ÚBadMigrationErrorz5There's a bad migration (unreadable/bad format/etc.).N)r   r   r   r   r   r   r   r	   r
   	   s   r
   c               @   s   e Zd ZdZdS )ÚCircularDependencyErrorz5There's an impossible-to-resolve circular dependency.N)r   r   r   r   r   r   r   r	   r      s   r   c               @   s   e Zd ZdZdS )ÚInconsistentMigrationHistoryz>An applied migration has some of its dependencies not applied.N)r   r   r   r   r   r   r   r	   r      s   r   c               @   s   e Zd ZdZdS )ÚInvalidBasesErrorz)A model's base classes can't be resolved.N)r   r   r   r   r   r   r   r	   r      s   r   c               @   s   e Zd ZdZdS )ÚIrreversibleErrorz2An irreversible migration is about to be reversed.N)r   r   r   r   r   r   r   r	   r      s   r   c               @   s*   e Zd ZdZd	dd„Zdd„ Zdd„ ZdS )
ÚNodeNotFoundErrorz@An attempt on a node is made that is not available in the graph.Nc             C   s   || _ || _|| _d S )N)ÚmessageÚoriginÚnode)Úselfr   r   r   r   r   r	   Ú__init__%   s    zNodeNotFoundError.__init__c             C   s   | j S )N)r   )r   r   r   r	   Ú__str__*   s    zNodeNotFoundError.__str__c             C   s   d| j f S )NzNodeNotFoundError(%r))r   )r   r   r   r	   Ú__repr__-   s    zNodeNotFoundError.__repr__)N)r   r   r   r   r   r   r   r   r   r   r	   r   "   s   
r   c               @   s   e Zd ZdS )ÚMigrationSchemaMissingN)r   r   r   r   r   r   r	   r   1   s   r   c               @   s   e Zd ZdS )ÚInvalidMigrationPlanN)r   r   r   r   r   r   r	   r   5   s   r   N)Z	django.dbr   Ú	Exceptionr   r
   r   r   Ú
ValueErrorr   ÚRuntimeErrorr   ÚLookupErrorr   r   r   r   r   r   r	   Ú<module>   s   