Changes between Initial Version and Version 1 of Ticket #7045
- Timestamp:
- Apr 20, 2008, 8:11:34 PM (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #7045 – Description
initial v1 1 {{{ 2 #!python 1 3 Customer.objects.extra(select={'mid' : '!customerj.id'}, tables=['customerj'], where=['!app_customer.id=customerj.id']) 4 }}} 2 5 3 6 raises exception: 4 7 {{{ 5 8 Request Method: POST[[BR]] 6 9 Request URL: !http://127.0.0.1:8000/app/CustomerList/ [[BR]] … … 10 13 Python Executable: /usr/bin/python[[BR]] 11 14 Python Version: 2.5.1 15 }}}