Mark Sapiro pushed to branch master at GNU Mailman / Mailman Core


Commits:
f2922db6 by Mark Sapiro at 2022-11-04T16:09:40-07:00
Fix postgresql:// url for sqlalchemy 2.0.

- - - - -


1 changed file:

- src/mailman/docs/contribute.rst


Changes:

=====================================
src/mailman/docs/contribute.rst
=====================================
@@ -99,7 +99,7 @@ e.g.::
 
     [database]
     class: mailman.database.postgresql.PostgreSQLDatabase
-    url: postgres://myuser:mypassword@mypghost/mailman
+    url: postgresql://myuser:mypassword@mypghost/mailman
 
 Then run the test suite like so::
 



View it on GitLab: 
https://gitlab.com/mailman/mailman/-/commit/f2922db69cace986453006784e4f6ba4d3e7c79a

-- 
View it on GitLab: 
https://gitlab.com/mailman/mailman/-/commit/f2922db69cace986453006784e4f6ba4d3e7c79a
You're receiving this email because of your account on gitlab.com.


_______________________________________________
Mailman-checkins mailing list -- mailman-checkins@python.org
To unsubscribe send an email to mailman-checkins-le...@python.org
https://mail.python.org/mailman3/lists/mailman-checkins.python.org/
Member address: arch...@jab.org

Reply via email to