Changes between Initial Version and Version 1 of Ticket #7045


Ignore:
Timestamp:
Apr 20, 2008, 8:11:34 PM (16 years ago)
Author:
Malcolm Tredinnick
Comment:

Fixed description.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #7045 – Description

    initial v1  
     1{{{
     2#!python
    13Customer.objects.extra(select={'mid' : '!customerj.id'}, tables=['customerj'], where=['!app_customer.id=customerj.id'])
     4}}}
    25
    36raises exception:
    4 
     7{{{
    58Request Method:         POST[[BR]]
    69Request URL:    !http://127.0.0.1:8000/app/CustomerList/ [[BR]]
     
    1013Python Executable:      /usr/bin/python[[BR]]
    1114Python Version:         2.5.1
     15}}}
Back to Top