Changes between Version 3 and Version 4 of Ticket #12222
- Timestamp:
- 11/16/09 20:04:57 (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #12222 – Description
v3 v4 9 9 10 10 {{{ 11 #!python MyModel.objects.values(val='otherfield__anotherjoinedfield__blah__derp__foo__doop') 11 #!python 12 MyModel.objects.values(val='otherfield__anotherjoinedfield__blah__derp__foo__doop') 12 13 {'val': 4, 'val': 5, [...] 13 14 }}}