-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Python 3 support, Django 1.8 ~ 1.10 #12
Conversation
Tests are passing with Python2.7 and Django 1.8, 1.9 and 1.10
…est test discovery match and to group requirement files
Would you be interested in maintaining this project? I no longer use it. |
Yeah, no problem. Since I'm using it, I can keep it up to date. So let me know how to proceed. |
You are welcome to use this repo if you want, I can give you access. Or forking is fine too. Let me know. |
David, what about the I think that a fork or a new organization are the best options. |
There's another option, that is the repository transfer, so github will redirect the URLs to the new repo, including forks, issues, etc.. https://help.github.com/articles/about-repository-transfers/ Let me know. |
Sorry I forgot about all this. Let me know if you need anything from me like transferring the repo. You are welcome to fork, keep the namespace as is, or transfer it. |
Hi, David! How are you? Happy new year! I did a fork for my use since I need It working on Python 3.5. I've also joined all required code into a single project, under this repo: https://github.com/fgmacedo/django-export-action The new project is released on PyPI as Please let me know if you are ok with this. Best regards! |
Sounds good - I'll put a note on the readme here. |
This PR adds support for Python 3 (fixes #6) and Django from 1.8 to 1.10.
Improves the test coverage to 86%. WIth tox to automated tests with all supported versions.
It depends on the related PR to
django-report-utils
(burke-software/django-report-utils#27).Please let me know if you need something else. I'm deploying a project using django-admin-export, so I can help to keep it up to date.
Best regards,
PS: Since it includes the changes from #10 and #11, i'm closing those PRs.