gothinkster / flask-realworld-example-app

Exemplary real world JSON API built with Flask (Python)
https://realworld.io/
MIT License
902 stars 309 forks source link

Updating psycopg2 to support Postgres 10 #13

Closed lbighetti closed 6 years ago

lbighetti commented 6 years ago

This version does not work with Postgres 10. As per https://github.com/psycopg/psycopg2/issues/594

realazizk commented 6 years ago

Merged. Thanks.

realazizk commented 6 years ago

I merged your PR locally. Your edits are there but it's not marked merged.

vermiculus/magithub#163

lbighetti commented 6 years ago

great! thanks!