Changeset 8172


Ignore:
Timestamp:
16 Apr 2012, 08:13:22 (12 years ago)
Author:
Henrik Bettermann
Message:

Use FormattedDate? in IAccessCodeBatch.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.kofa/trunk/src/waeup/kofa/accesscodes/interfaces.py

    r8160 r8172  
    2222from waeup.kofa.interfaces import IKofaObject
    2323from waeup.kofa.interfaces import MessageFactory as _
    24 from waeup.kofa.schema import FormattedDate
    2524
    2625class IAccessCode(IKofaObject):
     
    6160    """A factory for batches of access codes.
    6261    """
    63     creation_date = FormattedDate(
     62    creation_date = schema.Date(
    6463        title = _(u'Creation date'),
    6564        )
Note: See TracChangeset for help on using the changeset viewer.