
    EvgS                     v    d dl mZmZmZ g dZ G d de          Z G d de          Z G d de          Zd	S )
    )	CharField
EmailField	TextField)CICharFieldCIEmailFieldCITextFieldc                       e Zd ZddddZdS )r   zbdjango.contrib.postgres.fields.CICharField is removed except for support in historical migrations.u^   Use CharField(db_collation="…") with a case-insensitive non-deterministic collation instead.zfields.E905msghintidN__name__
__module____qualname__system_check_removed_details     b/var/www/pixelcanvas.ch/venv/lib/python3.11/site-packages/django/contrib/postgres/fields/citext.pyr   r      ,        (! 
$ 
$   r   r   c                       e Zd ZddddZdS )r   zcdjango.contrib.postgres.fields.CIEmailField is removed except for support in historical migrations.u_   Use EmailField(db_collation="…") with a case-insensitive non-deterministic collation instead.zfields.E906r
   Nr   r   r   r   r   r      s,        (3 
$ 
$   r   r   c                       e Zd ZddddZdS )r   zbdjango.contrib.postgres.fields.CITextField is removed except for support in historical migrations.u^   Use TextField(db_collation="…") with a case-insensitive non-deterministic collation instead.zfields.E907r
   Nr   r   r   r   r   r   "   r   r   r   N)django.db.modelsr   r   r   __all__r   r   r   r   r   r   <module>r      s    = = = = = = = = = =
8
8
8    )       :       )     r   