Skip to main content
linked to stable docs
Source Link
djvg
  • 14.8k
  • 7
  • 84
  • 120

Actually I think the LIMIT 10 would be issued to the database so slicing would not occur in Python but in the database.

See limiting-querysetslimiting-querysets for more information.

Actually I think the LIMIT 10 would be issued to the database so slicing would not occur in Python but in the database.

See limiting-querysets for more information.

Actually I think the LIMIT 10 would be issued to the database so slicing would not occur in Python but in the database.

See limiting-querysets for more information.

Source Link
Davor Lucic
  • 29.5k
  • 9
  • 68
  • 77

Actually I think the LIMIT 10 would be issued to the database so slicing would not occur in Python but in the database.

See limiting-querysets for more information.