django-pgsql-interval-field

Support for PostgreSQL INTERVAL for Django


License
MIT
Install
pip install django-pgsql-interval-field==0.9.4

Documentation

django-interval-field

Build Status

INTERVAL field for PostgreSQL (and an approximation for other backends)

  • multiple Django configurations supported (1.6-1.8)
  • multiple Python versions supported (2.7, 3.3-3.5)
  • internationalized
  • supports PostgreSQL, MySQL, SQLite
  • works with Dojango
  • example application included