Ë
    ËÜg  ã                   ó>   — d Z ddlmZ  G d„ dej                  «      Zy)zž
Field-like classes that aren't really fields. It's easier to use objects that
have the same attributes as fields sometimes (avoids a lot of special casing).
é    )Úfieldsc                   ó"   ‡ — e Zd ZdZˆ fd„Zˆ xZS )ÚOrderWrtzn
    A proxy for the _order database field that is used when
    Meta.order_with_respect_to is specified.
    c                 ó8   •— d|d<   d|d<   t        ‰|   |i |¤Ž y )NÚ_orderÚnameFÚeditable)ÚsuperÚ__init__)ÚselfÚargsÚkwargsÚ	__class__s      €úu/var/www/python.vincentserveurtest.ovh/public_html/venv/lib/python3.12/site-packages/django/db/models/fields/proxy.pyr   zOrderWrt.__init__   s(   ø€ Ø!ˆˆv‰Ø"ˆˆzÑÜ‰Ñ˜$Ð) &Ó)ó    )Ú__name__Ú
__module__Ú__qualname__Ú__doc__r   Ú__classcell__)r   s   @r   r   r   	   s   ø„ ñ÷
*ð *r   r   N)r   Údjango.db.modelsr   ÚIntegerFieldr   © r   r   Ú<module>r      s!   ðñõ
 $ô	*ˆv×"Ñ"õ 	*r   