
    Hwg                     >    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      T/var/www/horilla/myenv/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   