Update to work with supported Django versions (2.2-4.1), use GitHub actions for testing - #17
Open
PetrDlouhy wants to merge 12 commits into
Open
Update to work with supported Django versions (2.2-4.1), use GitHub actions for testing#17PetrDlouhy wants to merge 12 commits into
PetrDlouhy wants to merge 12 commits into
Conversation
…heck if it breaks something)
Contributor
Author
|
@SeanHayes I have added also Django 2.1 testing, and it passes. |
PetrDlouhy
force-pushed
the
django20
branch
4 times, most recently
from
August 15, 2022 08:57
be96974 to
6183a1f
Compare
PetrDlouhy
force-pushed
the
django20
branch
15 times, most recently
from
August 15, 2022 09:43
2cbdb89 to
5088dcc
Compare
PetrDlouhy
force-pushed
the
django20
branch
3 times, most recently
from
August 15, 2022 10:00
cfdd897 to
e579635
Compare
Contributor
Author
|
@SeanHayes I have updated the whole project pass tests in currently supported Django versions and migrated to GitHub actions. I would like to update this project and add some more features. Can you please give me access to this repository? I already have access to PyPI and I can change the home repository there, but I would like to keep the issues and also credit you as creator of this project. |
2 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This fixes tests in Django versions up to 2.0. It also contains few code fixes and cleanings.
It contains one change, that could potentially break something - the removal of bare
try-exceptaroundadmin.autodiscover(). I don't know, what was purpose of that, but it could overshadow some admin problems. If there is reason for that, we should catch only certain error classes.