|
Server : Apache System : Linux cvar2.toservers.com 3.10.0-962.3.2.lve1.5.73.el7.x86_64 #1 SMP Wed Aug 24 21:31:23 UTC 2022 x86_64 User : njnconst ( 1116) PHP Version : 8.4.18 Disable Function : NONE Directory : /lib64/python2.7/site-packages/django/db/models/fields/ |
Upload File : |
�
r�\c @ s3 d Z d d l m Z d e j f d � � YZ d S( s�
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).
i����( t fieldst OrderWrtc B s e Z d Z d � Z RS( sn
A proxy for the _order database field that is used when
Meta.order_with_respect_to is specified.
c O s1 d | d <t | d <t t | � j | | � d S( Nt _ordert namet editable( t Falset superR t __init__( t selft argst kwargs( ( s? /tmp/pip-install-XxeQeY/django/django/db/models/fields/proxy.pyR s
( t __name__t
__module__t __doc__R ( ( ( s? /tmp/pip-install-XxeQeY/django/django/db/models/fields/proxy.pyR s N( R
t django.db.modelsR t IntegerFieldR ( ( ( s? /tmp/pip-install-XxeQeY/django/django/db/models/fields/proxy.pyt <module> s