Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Add missing envlist for Django 2.2 support #641

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

Merged
sliverc merged 1 commit into django-json-api:master from sliverc:dj22-tox
May 24, 2019

Conversation

Copy link
Member

@sliverc sliverc commented May 24, 2019

Missing change in #640

@sliverc sliverc requested a review from n2ygk May 24, 2019 18:22
Copy link
Contributor

@n2ygk n2ygk left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM (again:-)

Copy link

codecov bot commented May 24, 2019
edited
Loading

Codecov Report

Merging #641 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@ Coverage Diff @@
## master #641 +/- ##
=======================================
 Coverage 96.16% 96.16% 
=======================================
 Files 56 56 
 Lines 2866 2866 
=======================================
 Hits 2756 2756 
 Misses 110 110

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 2109c52...f189ddb. Read the comment docs.

@sliverc sliverc merged commit b207f99 into django-json-api:master May 24, 2019
@sliverc sliverc deleted the dj22-tox branch May 24, 2019 18:42
Copy link
Contributor

n2ygk commented May 24, 2019

@sliverc weirdness on the home front again. Travis build went just fine but when I do tox -e py37-df20-django22-drf39 all the test_filters fail:

E django.db.utils.IntegrityError: The row in table 'example_entry_authors' with primary key '1' has an invalid foreign key: example_entry_authors.author_id contains a value '1' that does not have a corresponding value in example_author.id.
.tox/py37-df20-django22-drf39/lib/python3.7/site-packages/django/db/backends/sqlite3/base.py:318: IntegrityError

I'm running a full tox now to see if this happens for other versions. So far on older versions there are no complaints. I wonder what other environment/cached thing is causing this...

Copy link
Member Author

sliverc commented May 27, 2019

The blogentry.json has invalid authors referenced. This shouldn't have worked before either... yeah well PR is coming up.

Copy link
Member Author

sliverc commented May 27, 2019

It is properly a difference in sqlite versions (where SQLite Version on Travis is much older). PR #642 fixing this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Reviewers

@n2ygk n2ygk n2ygk approved these changes

Assignees
No one assigned
Labels
None yet
Projects
None yet
Milestone
No milestone
Development

Successfully merging this pull request may close these issues.

2 participants

AltStyle によって変換されたページ (->オリジナル) /