ó
i4Vdc           @   s   d  e  f d „  ƒ  YZ d S(   t   BaseDatabaseValidationc           B   s    e  Z d  Z d „  Z d „  Z RS(   sH   
    This class encapsulates all backend-specific model validation.
    c         C   s   | |  _  d  S(   N(   t
   connection(   t   selfR   (    (    sp   /var/www/html/phendo-backend/phendo_python/env/lib/python2.7/site-packages/django/db/backends/base/validation.pyt   __init__   s    c         K   s   g  S(   N(    (   R   t   fieldt   kwargs(    (    sp   /var/www/html/phendo-backend/phendo_python/env/lib/python2.7/site-packages/django/db/backends/base/validation.pyt   check_field   s    (   t   __name__t
   __module__t   __doc__R   R   (    (    (    sp   /var/www/html/phendo-backend/phendo_python/env/lib/python2.7/site-packages/django/db/backends/base/validation.pyR       s   	N(   t   objectR    (    (    (    sp   /var/www/html/phendo-backend/phendo_python/env/lib/python2.7/site-packages/django/db/backends/base/validation.pyt   <module>   t    