Metadata-Version: 2.1
Name: django-durationfield
Version: 0.5.5
Summary: Reusable app for adding a DurationField to Django
Home-page: https://django-durationfield.readthedocs.org
Maintainer: John Paulett
Maintainer-email: john@paulett.org
License: BSD
Keywords: django,duration field,interval field
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

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``.

