Changes between Initial Version and Version 1 of Ticket #33918
- Timestamp:
 - Aug 11, 2022, 1:22:34 PM (3 years ago)
 
Legend:
- Unmodified
 - Added
 - Removed
 - Modified
 
- 
      
Ticket #33918 – Description
initial v1 1 When executing `str` on `django.db.models.sql.query.Query` string parameters are not wrapped in single quotation marks.1 When executing `str` on `django.db.models.sql.query.Query` objects, string parameters are not wrapped in single quotation marks. 2 2 3 3 For example: