alexey-sveshnikov / django-iso8601

Django tools for working with ISO 8601

Home Page:http://github.com/k0001/django-iso8601

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

django-iso8601 provides Django tools for working with ISO 8601.

You can find the latest version at http://github.com/k0001/django-iso8601

Along with this project, you should have recieved a file named LICENSE with the
licensing terms.

Check the INSTALL file for install instructions


Django utils
============

Form Fields:

 - django_iso8601.ISO8601DateField
 - django_iso8601.ISO8601DatetimeField
 - django_iso8601.ISO8601TimeField

Form Widgets:

 - django_iso8601.ISO8601DateInput
 - django_iso8601.ISO8601DatetimeInput
 - django_iso8601.ISO8601TimeInput


Tests
=====

You can run them with::

    python setup.py test


Thanks
======

Thanks to Gerhard Weis for his work on the 'isodate' library. You can find it
at http://pypi.python.org/pypi/isodate



About

Django tools for working with ISO 8601

http://github.com/k0001/django-iso8601

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Python 100.0%