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

Fixes for Django 1.10

Open adamcharnock opened this issue 9 years ago • 3 comments

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), but everything else seems to be working.

I've run the tests for both sqlite & postgres.

adamcharnock avatar Oct 13 '16 19:10 adamcharnock

Thanks for the PR,

could you please spare some time and fix Travis too ?

mpasternak avatar Oct 15 '16 19:10 mpasternak

Hi @mpasternak,

Ah yes. Hum, I don't quite have any more time for this at the moment. I'll get to it if I get time though.

Some help with that test with is reporting 3 hours would be very much appreciated. Do you also know what versions of django & python you want to support going forward?

adamcharnock avatar Oct 15 '16 20:10 adamcharnock

TBH the project that django-interval-field was built for is currently unmaintained, so thanks for the patches. We need working travis to continue.

I guess backwards compatibility with django 1.6-1.10 is possible. Python… 2.7 and 3.5 should be fine. There are no things in the code that would require a specific Django or Python version, I think…

— 📱+48793668733 📧[email protected]

Wiadomość napisana przez Adam Charnock [email protected] w dniu 15.10.2016, o godz. 22:01:

Hi @mpasternak https://github.com/mpasternak,

Ah yes. Hum, I don't quite have any more time for this at the moment. I'll get to it if I get time though.

Some help with that test with is reporting 3 hours would be very much appreciated. Do you also know what versions of django & python you want to support going forward?

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/mpasternak/django-interval-field/pull/16#issuecomment-254007665, or mute the thread https://github.com/notifications/unsubscribe-auth/AAkhxTgKmYgcCvbggM0BM9wLV--boAlTks5q0TEvgaJpZM4KWSM3.

mpasternak avatar Oct 15 '16 20:10 mpasternak