|
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 : /usr/lib64/python2.7/site-packages/django/core/checks/compatibility/ |
Upload File : |
�
r�\c @ sB d d l m Z d d l Z d d l m Z e g Z d � Z d S( i����( t unicode_literalsN( t django_1_6_0c C sg g } xZ t D]R } t | d d � } | d k rO t j d | j d � q
n | j | � � q
W| S( uu
Runs through compatibility checks to warn the user with an existing install
about changes in an up-to-date Django.
Modules should be located in ``django.core.compat_checks`` (typically one
per release of Django) & must have a ``run_checks`` function that runs
all the checks.
Returns a list of informational messages about incompatibilities.
u
run_checksu The '%s' module lacks a u= 'run_checks' method, which is needed to verify compatibility.N( t
COMPAT_CHECKSt getattrt Nonet warningst warnt __name__t extend( t messagest check_modulet check( ( sG /tmp/pip-install-XxeQeY/django/django/core/checks/compatibility/base.pyt check_compatibility s
( t
__future__R R t django.core.checks.compatibilityR R R ( ( ( sG /tmp/pip-install-XxeQeY/django/django/core/checks/compatibility/base.pyt <module> s