Ñò
 µHc           @   sM   d  d k  l Z d  d k l Z d  d k l Z d e i f d „  ƒ  YZ d S(   iÿÿÿÿ(   t   models(   t   Site(   t   ugettext_lazyt   FlatPagec        	   B   sö   e  Z e i e d  ƒ d d d e ƒZ e i e d ƒ d d ƒZ e i e d ƒ d e ƒZ	 e i
 e d ƒ ƒ Z e i e d	 ƒ d d
 d e d e d ƒ ƒZ e i
 e d ƒ d e d ƒ ƒZ e i e ƒ Z d d d „  ƒ  YZ d „  Z d „  Z RS(   t   URLt
   max_lengthid   t   db_indext   titleiÈ   t   contentt   blanks   enable commentss   template nameiF   t	   help_textsm   Example: 'flatpages/contact_page.html'. If this isn't provided, the system will use 'flatpages/default.html'.s   registration requiredsG   If this is checked, only logged-in users will be able to view the page.t   Metac           B   s,   e  Z d  Z e d ƒ Z e d ƒ Z d Z RS(   t   django_flatpages	   flat pages
   flat pagest   url(   s   url(   t   __name__t
   __module__t   db_tablet   _t   verbose_namet   verbose_name_pluralt   ordering(    (    (    sI   /usr/local/lib/python2.6/dist-packages/django/contrib/flatpages/models.pyR      s   c         C   s   d |  i  |  i f S(   Nu   %s -- %s(   R   R   (   t   self(    (    sI   /usr/local/lib/python2.6/dist-packages/django/contrib/flatpages/models.pyt   __unicode__   s    c         C   s   |  i  S(   N(   R   (   R   (    (    sI   /usr/local/lib/python2.6/dist-packages/django/contrib/flatpages/models.pyt   get_absolute_url   s    (    (   R   R   R    t	   CharFieldR   t   TrueR   R   t	   TextFieldR   t   BooleanFieldt   enable_commentst   template_namet   registration_requiredt   ManyToManyFieldR   t   sitesR   R   R   (    (    (    sI   /usr/local/lib/python2.6/dist-packages/django/contrib/flatpages/models.pyR      s   !!	N(	   t	   django.dbR    t   django.contrib.sites.modelsR   t   django.utils.translationR   R   t   ModelR   (    (    (    sI   /usr/local/lib/python2.6/dist-packages/django/contrib/flatpages/models.pyt   <module>   s   