|
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/ |
Upload File : |
�
r�\c @ s� d Z d d l m Z d d l m Z d d l m Z d d l m Z d e f d � � YZ d e
f d � � YZ d
e j f d � � YZ
d e
f d
� � YZ e d � Z d � Z e e _ d S( u�
Various data structures used in query construction.
Factored out from django.db.models.query to avoid making the main module very
large and/or so that they can be used by other modules without getting into
circular import difficulties.
i����( t unicode_literals( t util( t six( t treet InvalidQueryc B s e Z d Z RS( uE
The query passed to raw isn't a safe query to use with raw.
( t __name__t
__module__t __doc__( ( ( s>