o
    ÷Ç[hS  ã                   @   sP   d dl mZmZmZ g d¢ZG dd„ deƒZG dd„ deƒZG d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__Zsystem_check_removed_details© r   r   úŒ/home/ubuntu/experiments/live_experiments/Pythonexperiments/Otree/venv/lib/python3.10/site-packages/django/contrib/postgres/fields/citext.pyr      ó
    
÷r   c                   @   r   )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      r   r   c                   @   r   )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   N)Zdjango.db.modelsr   r   r   Ú__all__r   r   r   r   r   r   r   Ú<module>   s
    