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 10
10
11
11
:py:mod:`postgres` requires `psycopg2`_ version 2.5 or higher.
12
12
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,
14
14
3.2, and 3.3. We don't yet have a testing matrix for different versions of
15
15
:py:mod:`psycopg2` or PostgreSQL.
16
16
145
145
-------------------
146
146
147
147
.. _psycopg2: http://initd.org/psycopg/
148
- .. _GitHub: https://github.com/gittip /postgres
148
+ .. _GitHub: https://github.com/gratipay /postgres.py
149
149
.. _PyPI: https://pypi.python.org/pypi/postgres
150
150
.. _this advice: http://initd.org/psycopg/docs/usage.html#unicode-handling
151
151
.. _public domain: http://creativecommons.org/publicdomain/zero/1.0/
@@ -312,8 +312,8 @@ class Postgres(object):
312
312
rationale behind these names. The context managers on this class are named
313
313
starting with :py:meth:`get_` to set them apart from the simple-case API.
314
314
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
317
317
318
318
"""
319
319
You can’t perform that action at this time.
0 commit comments