-
-
Notifications
You must be signed in to change notification settings - Fork 89
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
allow fk field filtering python style #854
base: master
Are you sure you want to change the base?
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #854 +/- ##
===========================================
Coverage 100.00% 100.00%
===========================================
Files 203 188 -15
Lines 14791 16833 +2042
===========================================
+ Hits 14791 16833 +2042
|
CodSpeed Performance ReportMerging #854 will degrade performances by 13.74%Comparing Summary
Benchmarks breakdown
|
I have edited the
FieldAccessor._check_field
method to allow foreign keys filtering in python style. More details about this in #846