Историја ревизија

Аутор SHA1 Порука Датум
  Ramin Farajpour Cami 0a63ef3f61 Fixed #27463 -- Fixed E741 flake8 warnings. пре 8 година
  za 321e94fa41 Refs #27392 -- Removed "Tests that", "Ensures that", etc. from test docstrings. пре 8 година
  Simon Charette 271bfe65d9 Fixed #26916 -- Fixed prefetch_related when using a cached_property as to_attr. пре 8 година
  Simon Charette 53a5fb3cc0 Fixed #26676 -- Prevented prefetching to_attr from caching its result in through attr. пре 8 година
  Simon Charette 7ec330eeb9 Refs #26565 -- Errored nicely when using Prefetch with a values() queryset. пре 9 година
  Tim Graham 92053acbb9 Fixed E128 flake8 warnings in tests/. пре 9 година
  Simon Charette c92123cc1d Fixed #26226 -- Made related managers honor the queryset used for prefetching their results. пре 9 година
  Simon Charette 5d240b070d Refs #17001 -- Added a test for custom prefetch related queryset on generic relations. пре 9 година
  Simon Charette c30086159d Used setupTestData in prefetch_related tests. пре 9 година
  François Freitag bdbe50a491 Fixed #25546 -- Prevented duplicate queries with nested prefetch_related(). пре 9 година
  Ian Foote 86eccdc8b6 Fixed #25544 -- Removed duplicate ids in prefetch_related() queries. пре 9 година
  Simon Charette cc8c02fa0f Refs #25693 -- Added a regression test for `to_attr` validation on forward m2m. пре 9 година
  Ian Foote 4608573788 Fixed #25693 -- Prevented data loss with Prefetch and ManyToManyField. пре 9 година
  Aymeric Augustin e542e81b39 Renamed descriptor classes for related objects. пре 9 година
  Dražen Odobašić b1e33ceced Fixed #23395 -- Limited line lengths to 119 characters. пре 9 година
  Gagaro 74261bc593 Fixed #24873 -- Prevented nested Prefetch objects from being overwritten. пре 9 година
  Tim Graham 0ed7d15563 Sorted imports with isort; refs #23860. пре 10 година
  Jon Dufresne 4468c08d70 Fixed #23968 -- Replaced list comprehension with generators and dict comprehension пре 10 година
  Berker Peksag f7969b0920 Fixed #23620 -- Used more specific assertions in the Django test suite. пре 10 година
  Tim Graham 4b257cf261 Fixed flake8 warnings. пре 10 година
  Thomas Chaumeny b2aad7b836 Replaced set([foo, ...]) by {foo, ...} literals. Refs PR 3282. пре 10 година
  Aymeric Augustin 9562ffea97 Avoid the word "stupid". пре 10 година
  Aymeric Augustin ae3fe6ccbb Reordered setUp code in prefetch_related tests. пре 10 година
  Loic Bistuer 870b0a1f86 Fixed the ordering of prefetch lookups so that latter lookups can refer to former lookups. пре 11 година
  Loic Bistuer bdf3473e64 Fixed #22650 -- Fixed regression on prefetch_related. пре 11 година
  Simon Charette 79f05616fb Fixed flake8 warnings introduced in recent commits. пре 11 година
  Loic Bistuer b82f30785f Fixed stray comment introduced by d3b71b9. пре 11 година
  valtron d3b71b976d Fixed #21760 -- prefetch_related used an inefficient query for reverse FK. пре 11 година
  Loic Bistuer 7bbb6958dc Allowed custom querysets when prefetching single valued relations пре 11 година
  Aymeric Augustin e32095616c Imported override_settings from its new location. пре 11 година