index
:
django.git
fix-31295
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
prefetch_related
Age
Commit message (
Expand
)
Author
2021-06-04
[3.2.x] Fixed #32812 -- Restored immutability of named values from QuerySet.v...
Takayuki Hirayama
2020-12-16
Fixed #32089 -- Fixed prefetch_related_objects() when some objects are alread...
Alexey Nigin
2020-11-06
Fixed #31235 -- Made assertQuerysetEqual() compare querysets directly.
Hasan Ramezani
2020-10-06
Refs #20577 -- Deferred filtering of prefetched related querysets by reverse ...
Bob Renwick
2020-05-15
Refs #31395 -- Relied on setUpTestData() test data isolation in various tests.
Simon Charette
2020-04-30
Removed unused __str__() methods in tests models.
Mariusz Felisiak
2020-02-04
Simplified imports from django.db and django.contrib.gis.db.
Nick Pope
2019-12-09
Refs #31044 -- Fixed error message when using Prefetch with a values_list() q...
Mariusz Felisiak
2019-12-09
Fixed #31044 -- Errored nicely when using Prefetch with a raw() queryset.
Hasan Ramezani
2019-10-21
Fixed #20577 -- Deferred filtering of prefetched related querysets.
Alex Aktsipetrov
2019-10-01
Fixed #30651 -- Made __eq__() methods return NotImplemented for not implement...
ElizabethU
2019-10-01
Refs #30651 -- Added tests for Prefetch.__eq__().
Mariusz Felisiak
2019-08-26
Fixed typo in tests/prefetch_related/tests.py comment.
Tim Gates
2019-08-23
Fixed typos in test names and a comment.
Min ho Kim
2019-05-16
Fixed #30482 -- Prevented unnecessary evaluation of lookup.queryset in prefet...
Iain Watts
2019-04-16
Fixed #30368 -- Fixed prefetch_related() for GenericForeignKey when PK is als...
Vinny Do
2019-04-14
Fixed #30343 -- Fixed prefetch_related() for GenericForeignKey when PK of rel...
Mariusz Felisiak
2019-01-10
Refs #28478 -- Deprecated TestCase's allow_database_queries and multi_db in f...
Simon Charette
2018-12-27
Followed style guide for model attribute ordering.
Matt Wiens
2018-05-27
Fixed #29230 -- Fixed nested prefetches that clash with descriptors.
Paulo
2018-04-19
Fixed #28600 -- Added prefetch_related() support to RawQuerySet.
Adnan Umer
2018-02-05
Refs #28723 -- Fixed stale prefetch_related cache after add/remove.
Jon Dufresne
2018-02-05
Made prefetch_related tests use assertCountEqual() for unordered sequences.
Jon Dufresne
2017-11-02
Fixed #28723 -- Fixed RelatedManager's prefetch_related() cache name.
Mike Hansen
2017-08-21
Fixed #28375 -- Fixed KeyError crash on reverse prefetch of a model with OneT...
Paulo
2017-07-29
Used assertRaisesMessage() to test Django's error messages.
Mads Jensen
2017-06-01
Refs #23968 -- Removed unnecessary lists, generators, and tuple calls.
Jon Dufresne
2017-06-01
Sorted imports per isort 4.2.9.
Tim Graham
2017-05-04
Refs #25546 -- Added detailed comments for prefetch_related test.
François Freitag
2017-05-04
Fixed #27554 -- Fixed prefetch_related() crash when fetching relations in nes...
François Freitag
2017-04-19
Fixed #28096 -- Allowed prefetch calls with ModelIterable subclasses
Claude Paroz
2017-03-17
Replaced type-specific assertions with assertEqual().
Tim Graham
2017-01-25
Refs #23919 -- Replaced super(ClassName, self) with super().
chillaranand
2017-01-24
Removed unneeded force_text calls in the test suite
Claude Paroz
2017-01-18
Refs #23919 -- Removed six.<various>_types usage
Claude Paroz
2017-01-18
Refs #23919 -- Removed python_2_unicode_compatible decorator usage
Claude Paroz
2017-01-18
Refs #23919 -- Removed encoding preambles and future imports
Claude Paroz
2017-01-17
Refs #26226 -- Removed support for related manager classes without a _apply_r...
Tim Graham
2017-01-09
Made prefetch_related SQL inspection tests less brittle.
François Freitag
2016-11-14
Fixed #27463 -- Fixed E741 flake8 warnings.
Ramin Farajpour Cami
2016-11-10
Refs #27392 -- Removed "Tests that", "Ensures that", etc. from test docstrings.
za
2016-07-19
Fixed #26916 -- Fixed prefetch_related when using a cached_property as to_attr.
Simon Charette
2016-05-31
Fixed #26676 -- Prevented prefetching to_attr from caching its result in thro...
Simon Charette
2016-05-03
Refs #26565 -- Errored nicely when using Prefetch with a values() queryset.
Simon Charette
2016-04-08
Fixed E128 flake8 warnings in tests/.
Tim Graham
2016-03-02
Fixed #26226 -- Made related managers honor the queryset used for prefetching...
Simon Charette
2016-03-02
Refs #17001 -- Added a test for custom prefetch related queryset on generic r...
Simon Charette
2016-02-26
Fixed #26264 -- Fixed prefetch_related() crashes with values_list(flat=True)
Attila Tovt
2016-02-26
Fixed #25279 -- Made prefetch_related_objects() public.
Adam Chainz
2016-02-23
Used setupTestData in prefetch_related tests.
Simon Charette
[next]