Skip to content

brcportal2/django-iso8601

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

You can find the latest version at https://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



Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%