Skip to content
This repository has been archived by the owner on Dec 22, 2023. It is now read-only.

fixes for Django 4.0, drop Python 2 support, add GitHub testing #1

Open
wants to merge 8 commits into
base: master
Choose a base branch
from

Conversation

PetrDlouhy
Copy link

Fix timedelta field to be working in Django 4.0. Mostly problems with importing six which was dropped from Django.
I don't think we should keep Python 2 support anymore, so I am rewriting this directly into Python 3 implementations.

@PetrDlouhy
Copy link
Author

Tests are now passing in all Python/Django versions configured in TOX (Python 3.7-3.10, Djagno 1.8-4.1).

@PetrDlouhy PetrDlouhy changed the title fixes for Django 4.0, drop Python 2 support fixes for Django 4.0, drop Python 2 support, add GitHub testing Jan 10, 2023
@PetrDlouhy
Copy link
Author

I have added GitHub actions test configuration. So this now should run tests when some maintainer will allow it to run (@schinckel @yotamofek ?).

@PetrDlouhy PetrDlouhy mentioned this pull request Jan 10, 2023
@yotamofek
Copy link
Contributor

yotamofek commented Jan 10, 2023

@PetrDlouhy hey there,
I'm not the owner of this repo, I used to work for the start up that owned the org this repo is in, but I doubt anyone would still have access to it.
I probably forked this repo from somewhere but it's been way too long ago (8 years!!) for me to remember. I definitely didn't write it myself
I'd recommend you look for the original repo through some of the other commiters' profiles. Good luck!

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants