ormar
ormar copied to clipboard
Slicing QuerySet Result Objects
Codecov Report
Merging #765 (8a8186e) into master (e923513) will not change coverage. The diff coverage is
100.00%
.
@@ Coverage Diff @@
## master #765 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 192 192
Lines 16057 16140 +83
=========================================
+ Hits 16057 16140 +83
Impacted Files | Coverage Δ | |
---|---|---|
ormar/queryset/queryset.py | 100.00% <100.00%> (ø) |
|
ormar/queryset/utils.py | 100.00% <100.00%> (ø) |
|
ormar/relations/querysetproxy.py | 100.00% <100.00%> (ø) |
|
tests/test_queries/test_pagination.py | 100.00% <100.00%> (ø) |
Hi @collerek Thank you, please, if you do the review.
What about slicing also the querysetproxy to allow slicing the related models?
@collerek Were these changes desirable and correct?
@collerek Were these changes desirable and correct?
@collerek Do I need to make another change for this?