File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 1010
1111:py:mod:`postgres` requires `psycopg2`_ version 2.5 or higher.
1212
13- We `test <https://travis-ci.org/gittip /postgres.py>`_ against Python 2.6, 2.7,
13+ We `test <https://travis-ci.org/gratipay /postgres.py>`_ against Python 2.6, 2.7,
14143.2, and 3.3. We don't yet have a testing matrix for different versions of
1515:py:mod:`psycopg2` or PostgreSQL.
1616
145145-------------------
146146
147147.. _psycopg2: http://initd.org/psycopg/
148- .. _GitHub: https://github.com/gittip /postgres
148+ .. _GitHub: https://github.com/gratipay /postgres.py
149149.. _PyPI: https://pypi.python.org/pypi/postgres
150150.. _this advice: http://initd.org/psycopg/docs/usage.html#unicode-handling
151151.. _public domain: http://creativecommons.org/publicdomain/zero/1.0/
@@ -312,8 +312,8 @@ class Postgres(object):
312312 rationale behind these names. The context managers on this class are named
313313 starting with :py:meth:`get_` to set them apart from the simple-case API.
314314
315- .. _16: https://github.com/gittip /postgres.py/issues/16
316- .. _20: https://github.com/gittip /postgres.py/issues/20
315+ .. _16: https://github.com/gratipay /postgres.py/issues/16
316+ .. _20: https://github.com/gratipay /postgres.py/issues/20
317317
318318 """
319319
You can’t perform that action at this time.
0 commit comments