
    ih                     <    d Z ddlmZ  G d dej                  ZdS )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                 N    d|d<   d|d<    t                      j        |i | d S )N_ordernameFeditable)super__init__)selfargskwargs	__class__s      T/var/www/histauto/venv/lib/python3.11/site-packages/django/db/models/fields/proxy.pyr   zOrderWrt.__init__   s8    !v"z$)&)))))    )__name__
__module____qualname____doc__r   __classcell__)r   s   @r   r   r   	   sB         
* * * * * * * * *r   r   N)r   django.db.modelsr   IntegerFieldr    r   r   <module>r      sZ    
 $ # # # # #	* 	* 	* 	* 	*v" 	* 	* 	* 	* 	*r   