o
    iS                     @   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__system_check_removed_details r   r   e/var/www/html/formularioweb/env/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)django.db.modelsr   r   r   __all__r   r   r   r   r   r   r   <module>   s
    