[image: attribute_error.png]Hello, 

I wanted to migrate my app to using psycopg 3. However, I got an error that 
insists using psycopg2, even when it was not installed in venv. So I 
decided to ammend some django code as illustrated by the inventor of 
psycopg3. However, 

   1. django complained of not knowing how to import Text from 
   django.db.utils. So I inspected the utils.py, there was class Text. I 
   created one and the error went away. I know I am very much likely wrong 
   doing that
   2. django started but I could not connect to querry relations with 
   attribute error that objects do not have status attribute as shown in the 
   image attached

Anyone using django 4.1, python 3.11.0 and psycopg3 to help?


-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/7189f73f-d2ce-4cbf-9a72-350202158ec0n%40googlegroups.com.

Reply via email to