Metadata-Version: 1.1
Name: django-durationfield
Version: 0.4.0
Summary: Reusable app for adding a DurationField to Django
Home-page: https://django-durationfield.readthedocs.org
Author: John Paulett
Author-email: john@paulett.org
License: BSD
Description: Reusable Django application that adds a DurationField implementation
        
        The django-durationfield package is a implementation for `#2443 <http://code.djangoproject.com/ticket/2443>`_,
        "Add IntervalField to database models." Since the existing patch was not
        committed before the 1.2 feature deadline, this package attempts to make the
        patch into a reusable application that provides a ``DurationField``.
        
        
Keywords: django,duration field,interval field
Platform: UNKNOWN
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python
Classifier: Environment :: Web Environment
Classifier: Framework :: Django
Classifier: License :: OSI Approved :: BSD License
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 3
