Changes between Version 3 and Version 4 of Ticket #12222


Ignore:
Timestamp:
Nov 16, 2009, 2:04:57 PM (15 years ago)
Author:
Luke Plant
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #12222 – Description

    v3 v4  
    99
    1010{{{
    11 #!python MyModel.objects.values(val='otherfield__anotherjoinedfield__blah__derp__foo__doop')
     11#!python
     12MyModel.objects.values(val='otherfield__anotherjoinedfield__blah__derp__foo__doop')
    1213{'val': 4, 'val': 5, [...]
    1314}}}
Back to Top