Skip to content

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

Notifications You must be signed in to change notification settings

jnschulze/django-interval-field

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

django-interval-field

as opposed to the original project, this fork focuses on relativedelta support using dateutil.relativedelta and psycopg2_dateutils (which makes psycopg2 return relativedelta instead of timedelta objects).

Moreover Python 3 is supported (and Python 2.x isn't anymore, I guess)

The tests haven't been fixed yet!

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%