Changes between Initial Version and Version 1 of Ticket #6422, comment 59
- Timestamp:
- Nov 19, 2011, 3:20:39 PM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #6422, comment 59
initial v1 28 28 As said before, in my opinion this is not a must-fix in this ticket. 29 29 30 Now, if you continue from the above created qs1 and issue .annotate(Max( 'a__id')), you will get this query:30 Now, if you continue from the above created qs1 and issue .annotate(Max(`'a__id'`)), you will get this query: 31 31 {{{ 32 32 qs3 = qs1.annotate(Max('a__id'))