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


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

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #22268, comment 15

    initial v1  
    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
     24So, let's specifically ask the query to include `students`.
    2425{{{
    2526>>> Class.objects.values('name', 'students')
Back to Top