| Server IP : 217.160.0.135 / Your IP : 216.73.217.85 Web Server : Apache System : Linux www 6.18.52-i1-ampere #1203 SMP Mon Sep 14 18:29:59 CEST 2026 aarch64 User : sws1074145052 ( 1074145052) PHP Version : 8.3.32 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /lib/python3/dist-packages/django/db/migrations/__pycache__/ |
Upload File : |
�
�|�e� � � � d dl mZ G d� de� � Z G d� de� � Z G d� de� � Z G d� d e� � Z G d
� de� � Z G d� d
e � � Z
G d� de� � Z G d� de� � Z
G d� de� � ZdS )� )�
DatabaseErrorc � � e Zd ZdZdS )�AmbiguityErrorz.More than one migration matches a name prefix.N��__name__�
__module__�__qualname__�__doc__� � �A/usr/lib/python3/dist-packages/django/db/migrations/exceptions.pyr r s � � � � � �8�8��Dr r c � � e Zd ZdZdS )�BadMigrationErrorz5There's a bad migration (unreadable/bad format/etc.).Nr r r r
r r � � � � � � �?�?��Dr r c � � e Zd ZdZdS )�CircularDependencyErrorz5There's an impossible-to-resolve circular dependency.Nr r r r
r r r r r c � � e Zd ZdZdS )�InconsistentMigrationHistoryz>An applied migration has some of its dependencies not applied.Nr r r r
r r s � � � � � �H�H��Dr r c � � e Zd ZdZdS )�InvalidBasesErrorz)A model's base classes can't be resolved.Nr r r r
r r s � � � � � �3�3��Dr r c � � e Zd ZdZdS )�IrreversibleErrorz2An irreversible migration is about to be reversed.Nr r r r
r r s � � � � � �<�<��Dr r c �&