Changes between Initial Version and Version 1 of Ticket #24912, comment 7
- Timestamp:
- Jun 4, 2015, 8:54:44 AM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #24912, comment 7
initial v1 6 6 I've adapted the test a bit locally, too: 7 7 {{{ 8 # This test passes if the target database is Postgresql, but fails for sqlite3:9 8 def test_prefetch_related(self): 10 9 with self.assertNumQueries(2):