#29630: Admin interface causes ORA-00918: column ambiguously defined
-------------------------------------+-------------------------------------
     Reporter:  zelfor5436           |                    Owner:  nobody
         Type:  Uncategorized        |                   Status:  closed
    Component:  Uncategorized        |                  Version:  2.1
     Severity:  Normal               |               Resolution:  needsinfo
     Keywords:  oracle, admin,       |             Triage Stage:
  exception                          |  Unreviewed
    Has patch:  0                    |      Needs documentation:  0
  Needs tests:  0                    |  Patch needs improvement:  0
Easy pickings:  0                    |                    UI/UX:  0
-------------------------------------+-------------------------------------
Changes (by Simon Charette):

 * status:  new => closed
 * resolution:   => needsinfo


Comment:

 Hey there,

 Without details about the query that's causing the crash for volunteers to
 determine whether or not the issue is in with project or caused by Django
 2.1 itself.

 If the debugging page doesn't expose the problematic query you can turn
 query logging to the `runserver` console with the following `LOGGING`
 tweak

 {{{#!python
 LOGGING['loggers']['django.db.backends'] = {
     'level': 'DEBUG',
     'handlers': ['console'],
 }
 }}}

 Please re-open if you can provide details proving that Django is at fault.

-- 
Ticket URL: <https://code.djangoproject.com/ticket/29630#comment:3>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/068.835a49deba4262b6dc2d8d20a5d70d14%40djangoproject.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to