Changes between Version 1 and Version 2 of Ticket #22268, comment 15
- Timestamp:
- Mar 19, 2014, 4:10:39 AM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #22268, comment 15
v1 v2 22 22 That's 3 dictionaries because we now have 3 Class objects. That seems fine. On the other hand, why don't students appear here? 23 23 24 So, let's specifically ask the query to include `students` .24 So, let's specifically ask the query to include `students`: 25 25 {{{ 26 26 >>> Class.objects.values('name', 'students')