django-interval-field icon indicating copy to clipboard operation
django-interval-field copied to clipboard

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

Results 3 django-interval-field issues
Sort by recently updated
recently updated
newest added
trafficstars

Review & submit Pull Request #1

Fix Travis as broken in Dec 2016

These fixes get django-interval-field working with Django 1.10. There is a slight caveat that the test `test_project.test_app.tests.TestTestApp.test_create` had a couple of assertions that I couldn't seem to fix (see comments),...