#33590: Related object is not resolved
----------------------------------+--------------------------------------
     Reporter:  Stefan de Konink  |                    Owner:  nobody
         Type:  Bug               |                   Status:  new
    Component:  Uncategorized     |                  Version:  4.0
     Severity:  Normal            |               Resolution:
     Keywords:                    |             Triage Stage:  Unreviewed
    Has patch:  0                 |      Needs documentation:  0
  Needs tests:  0                 |  Patch needs improvement:  0
Easy pickings:  0                 |                    UI/UX:  0
----------------------------------+--------------------------------------

Comment (by Stefan de Konink):

 To reproduce add the reproduce case to you django postgresql database.

 {{{
 from django.db import connection
 djc = connection.cursor()
 djc.execute('SELECT * FROM myview where id = 1647824400')
 djc.fetchone()

 import psycopg2
 c = psycopg2.connect('dbname=yourdjango port=5432 host=127.0.0.1')
 direct = c.cursor()
 direct.execute('SELECT * FROM myview where id = 1647824400')
 direct.fetchone()
 }}}

-- 
Ticket URL: <https://code.djangoproject.com/ticket/33590#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 view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/0107017fa9f5f3f3-325f777d-0f57-481b-844d-9dc2800ac142-000000%40eu-central-1.amazonses.com.

Reply via email to