Opened 7 years ago
Last modified 7 years ago
#28600 closed New feature
Prefetch Related Support in RawQuerySet — at Initial Version
Description ¶
When using custom raw SQL queries with Django ORM,
- There is no support to prefetch related models to increase performance
- Query results need to be cached manually
Note:
See TracTickets
for help on using tickets.