Geçmişin Kaydedilmesi

Yazar SHA1 Mesaj Tarih
  Jacob Walls edbf930287 Fixed #29984 -- Added QuerySet.iterator() support for prefetching related objects. 3 yıl önce
  Jamie Matthews f5233dce30 Fixed #32511 -- Corrected handling prefetched nested reverse relationships. 3 yıl önce
  Keryn Knight 4f8c7fd9d9 Fixed #32980 -- Made models cache related managers. 3 yıl önce
  Martin Svoboda cc4cb95bef Fixed #33008 -- Fixed prefetch_related() for deleted GenericForeignKeys. 3 yıl önce
  Takayuki Hirayama 0393b9262d Fixed #32812 -- Restored immutability of named values from QuerySet.values_list(). 3 yıl önce
  Hasan Ramezani 3f7b327562 Fixed #31235 -- Made assertQuerysetEqual() compare querysets directly. 4 yıl önce
  Bob Renwick 036f160733 Refs #20577 -- Deferred filtering of prefetched related querysets by reverse m2o relation. 4 yıl önce
  Simon Charette 94f63b926f Refs #31395 -- Relied on setUpTestData() test data isolation in various tests. 6 yıl önce
  Nick Pope 335c9c94ac Simplified imports from django.db and django.contrib.gis.db. 5 yıl önce
  Mariusz Felisiak d6505273cd Refs #31044 -- Fixed error message when using Prefetch with a values_list() queryset. 5 yıl önce
  Hasan Ramezani 4540842bc3 Fixed #31044 -- Errored nicely when using Prefetch with a raw() queryset. 5 yıl önce
  Alex Aktsipetrov 681f7e2b13 Fixed #20577 -- Deferred filtering of prefetched related querysets. 5 yıl önce
  ElizabethU 54ea290e5b Fixed #30651 -- Made __eq__() methods return NotImplemented for not implemented comparisons. 5 yıl önce
  Mariusz Felisiak 6475e6318c Refs #30651 -- Added tests for Prefetch.__eq__(). 5 yıl önce
  Tim Gates 6b402b28b3 Fixed typo in tests/prefetch_related/tests.py comment. 5 yıl önce
  Min ho Kim 7bd9633320 Fixed typos in test names and a comment. 5 yıl önce
  Iain Watts 59ffafa1d2 Fixed #30482 -- Prevented unnecessary evaluation of lookup.queryset in prefetch_related_objects(). 5 yıl önce
  Vinny Do a4055adf70 Fixed #30368 -- Fixed prefetch_related() for GenericForeignKey when PK is also a FK. 6 yıl önce
  Mariusz Felisiak 1afbc96a75 Fixed #30343 -- Fixed prefetch_related() for GenericForeignKey when PK of related field is UUIDField. 6 yıl önce
  Simon Charette 8c775391b7 Refs #28478 -- Deprecated TestCase's allow_database_queries and multi_db in favor of databases. 6 yıl önce
  Paulo 6104875a2c Fixed #29230 -- Fixed nested prefetches that clash with descriptors. 6 yıl önce
  Adnan Umer 534d8d875e Fixed #28600 -- Added prefetch_related() support to RawQuerySet. 7 yıl önce
  Jon Dufresne 8b21878357 Refs #28723 -- Fixed stale prefetch_related cache after add/remove. 7 yıl önce
  Mike Hansen 514b2c989a Fixed #28723 -- Fixed RelatedManager's prefetch_related() cache name. 7 yıl önce
  Paulo fea9cb46aa Fixed #28375 -- Fixed KeyError crash on reverse prefetch of a model with OneToOneField primary key to a non-pk field. 7 yıl önce
  Mads Jensen a51c4de194 Used assertRaisesMessage() to test Django's error messages. 7 yıl önce
  Jon Dufresne 2c69824e5a Refs #23968 -- Removed unnecessary lists, generators, and tuple calls. 7 yıl önce
  François Freitag ec05ff086c Refs #25546 -- Added detailed comments for prefetch_related test. 8 yıl önce
  François Freitag c0a2b9508a Fixed #27554 -- Fixed prefetch_related() crash when fetching relations in nested Prefetches. 8 yıl önce
  Claude Paroz 43b4a1618e Fixed #28096 -- Allowed prefetch calls with ModelIterable subclasses 8 yıl önce