Changes between Initial Version and Version 1 of Ticket #31295, comment 9
- Timestamp:
- Feb 27, 2020, 1:39:18 AM (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #31295, comment 9
initial v1 1 The fact that the following code makes '''two''' requeststo the database :1 The fact that the following simple code makes '''two times''' the same request to the database : 2 2 {{{#!python 3 3 class MyModel(models.Model):