You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/index.rst
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -62,7 +62,7 @@ The package can be installed from the Python Package Index with `pip`.
62
62
63
63
$ pip install django-postgres-copy
64
64
65
-
You will of course have to have Django, PostgreSQL and an adapter between the two (like `psycopg2 <http://initd.org/psycopg/docs/>`_) already installed to put this library to use.
65
+
You will have to have Django, PostgreSQL and an adapter between the two, such as `psycopg2 <http://initd.org/psycopg/docs/>`_ or `psycopg 3 <https://www.psycopg.org/psycopg3/>`_), installed to put this library to use.
0 commit comments