Ticket #8388: extra-doc.patch
File extra-doc.patch, 485 bytes (added by , 16 years ago) |
---|
-
docs/db-api.txt
1011 1011 This will work, for example:: 1012 1012 1013 1013 Blog.objects.extra( 1014 select=SortedDict( ('a', '%s'), ('b', '%s')),1014 select=SortedDict([('a', '%s'), ('b', '%s')]), 1015 1015 select_params=('one', 'two')) 1016 1016 1017 1017 The only thing to be careful about when using select parameters in