Changes between Initial Version and Version 1 of Ticket #24912, comment 7


Ignore:
Timestamp:
Jun 4, 2015, 8:54:44 AM (9 years ago)
Author:
brki

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #24912, comment 7

    initial v1  
    66I've adapted the test a bit locally, too:
    77{{{
    8     # This test passes if the target database is Postgresql, but fails for sqlite3:
    98    def test_prefetch_related(self):
    109        with self.assertNumQueries(2):
Back to Top