Changes between Initial Version and Version 1 of Ticket #8718


Ignore:
Timestamp:
Aug 30, 2008, 4:27:46 PM (16 years ago)
Author:
Malcolm Tredinnick
Comment:

Fixed description formatting.

This is odd, since the DatabaseWrapper class for the Oracle backend does create a validation attribute in the __init__ method. The validation attribute was introduce in r8296 (August 11), for reference.

What version of the code are you running? If you just did an upgrade from something earlier than r8296, can you make sure your old .pyc files have been removed and try again? Just in case there's some kind of holdover there.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #8718 – Description

    initial v1  
    11When running manage.py runserver, it starts in a loop but gives this TB:
    2 
     2{{{
    33Validating models...
    44Unhandled exception in thread started by <function inner_run at 0x85059cc>
     
    1111    connection.validation.validate_field(e, opts, f)
    1212AttributeError: 'DatabaseWrapper' object has no attribute 'validation'
    13 
     13}}}
    1414This doesn't happen with the psycopg2 backend.
Back to Top