Skip to content
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

Fix ValueError when calling prefetch_related for tracked ForeignKey fields #555

Merged
merged 6 commits into from
Dec 16, 2023

Merge branch 'master' into fix-prefetch-related

55cd816
Select commit
Loading
Failed to load commit list.
Merged

Fix ValueError when calling prefetch_related for tracked ForeignKey fields #555

Merge branch 'master' into fix-prefetch-related
55cd816
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Nov 27, 2023 in 1s

95.10% (+0.01%) compared to 11de64b

View this Pull Request on Codecov

95.10% (+0.01%) compared to 11de64b

Details

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (11de64b) 95.08% compared to head (55cd816) 95.10%.

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #555      +/-   ##
==========================================
+ Coverage   95.08%   95.10%   +0.01%     
==========================================
  Files           6        6              
  Lines         794      796       +2     
==========================================
+ Hits          755      757       +2     
  Misses         39       39              

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.