Server : Apache System : Linux iad1-shared-b8-43 6.6.49-grsec-jammy+ #10 SMP Thu Sep 12 23:23:08 UTC 2024 x86_64 User : dh_edsupp ( 6597262) PHP Version : 8.2.26 Disable Function : NONE Directory : /lib/python3/dist-packages/django/db/migrations/__pycache__/ |
Upload File : |
o �a� � @ s� d dl mZ G dd� de�ZG dd� de�ZG dd� de�ZG dd � d e�ZG d d� de�ZG dd � d e �Z G dd� de�ZG dd� de�Z G dd� de�ZdS )� )� DatabaseErrorc @ � e Zd ZdZdS )�AmbiguityErrorz.More than one migration matches a name prefix.N��__name__� __module__�__qualname__�__doc__� r r �A/usr/lib/python3/dist-packages/django/db/migrations/exceptions.pyr � r c @ r )�BadMigrationErrorz5There's a bad migration (unreadable/bad format/etc.).Nr r r r r r r r c @ r )�CircularDependencyErrorz5There's an impossible-to-resolve circular dependency.Nr r r r r r r r c @ r )�InconsistentMigrationHistoryz>An applied migration has some of its dependencies not applied.Nr r r r r r r r c @ r )�InvalidBasesErrorz)A model's base classes can't be resolved.Nr r r r r r r r c @ r )�IrreversibleErrorz2An irreversible migration is about to be reversed.Nr r r r r r r r c @ s* e Zd ZdZd dd�Zdd� Zdd� ZdS ) �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 zNodeNotFoundError.__init__c C s | j S r )r �r r r r �__str__* s zNodeNotFoundError.__str__c C s d| j f S )NzNodeNotFoundError(%r))r r r r r �__repr__- s zNodeNotFoundError.__repr__r )r r r r r r r r r r r r "