Changes between Version 1 and Version 2 of Ticket #22268, comment 15


Ignore:
Timestamp:
Mar 19, 2014, 4:10:39 AM (11 years ago)
Author:
Kal Sze

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #22268, comment 15

    v1 v2  
    2222That's 3 dictionaries because we now have 3 Class objects. That seems fine. On the other hand, why don't students appear here?
    2323
    24 So, let's specifically ask the query to include `students`.
     24So, let's specifically ask the query to include `students`:
    2525{{{
    2626>>> Class.objects.values('name', 'students')
Back to Top