cubicweb/web/formfields.py
changeset 11767 432f87a63057
parent 11244 4d2a7d6c9390
child 11870 3a84a79c4ed5
child 11922 5f886dc718ab
equal deleted inserted replaced
11766:d8de1ac21f36 11767:432f87a63057
    60 
    60 
    61 .. autoclass:: cubicweb.web.formfields.RelationField()
    61 .. autoclass:: cubicweb.web.formfields.RelationField()
    62 .. autofunction:: cubicweb.web.formfields.guess_field
    62 .. autofunction:: cubicweb.web.formfields.guess_field
    63 
    63 
    64 """
    64 """
    65 __docformat__ = "restructuredtext en"
    65 
    66 
    66 
    67 from datetime import datetime, timedelta
    67 from datetime import datetime, timedelta
    68 
    68 
    69 import pytz
    69 import pytz
    70 
    70