- Notifications
You must be signed in to change notification settings - Fork11
Mini queryset replacement#330
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
codecovbot commentedApr 17, 2022 • edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
Codecov Report
@@ Coverage Diff @@## master #330 +/- ##==========================================+ Coverage 72.51% 73.31% +0.79%========================================== Files 21 23 +2 Lines 1703 1821 +118 ==========================================+ Hits 1235 1335 +100- Misses 468 486 +18
Continue to review full report at Codecov.
|
4616e94 to7c1508aComparea71cd97 tof19688dCompare
Uh oh!
There was an error while loading.Please reload this page.
We need a way to return a list of objects. Should be:
(pk, obj)via .items()Nice to have:
Should be comparable to other queryset objects
Including inner data, if possible
One file
Simple