Changes between Initial Version and Version 1 of Ticket #8718
- Timestamp:
- Aug 30, 2008, 4:27:46 PM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #8718 – Description
initial v1 1 1 When running manage.py runserver, it starts in a loop but gives this TB: 2 2 {{{ 3 3 Validating models... 4 4 Unhandled exception in thread started by <function inner_run at 0x85059cc> … … 11 11 connection.validation.validate_field(e, opts, f) 12 12 AttributeError: 'DatabaseWrapper' object has no attribute 'validation' 13 13 }}} 14 14 This doesn't happen with the psycopg2 backend.