Changes between Initial Version and Version 1 of Ticket #16265
- Timestamp:
- Jun 15, 2011, 4:09:30 PM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #16265
- Property Keywords oracle added
- Property Triage Stage Unreviewed → Accepted
- Property Type Uncategorized → Bug
-
Ticket #16265 – Description
initial v1 5 5 This is the code and the traceback for reference: 6 6 7 {{{ 7 8 >>> us=MyModel.objects.filter(pk=123456) 8 9 >>> print us … … 22 23 value = value.read() 23 24 DatabaseError: ORA-01403: no data found 24 25 }}} 25 26 26 27 Thanks in advance to all!