From acf2909e64ac4bc4437908e5574106b4991bd02c Mon Sep 17 00:00:00 2001 From: Jacob Kaplan-Moss Date: Wed, 24 Jul 2019 15:02:26 -0400 Subject: [PATCH] Update the build image; remove outdated sponsorship link --- README.rst | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/README.rst b/README.rst index d3c47c6..03a80f0 100644 --- a/README.rst +++ b/README.rst @@ -1,8 +1,8 @@ DJ-Database-URL ~~~~~~~~~~~~~~~ -.. image:: https://secure.travis-ci.org/kennethreitz/dj-database-url.svg?branch=master - :target: http://travis-ci.org/kennethreitz/dj-database-url +.. image:: https://secure.travis-ci.org/jacobian/dj-database-url.svg?branch=master + :target: http://travis-ci.org/jacobian/dj-database-url This simple Django utility allows you to utilize the `12factor `_ inspired @@ -15,10 +15,6 @@ also a `conn_max_age` argument to easily enable Django's connection pool. If you'd rather not use an environment variable, you can pass a URL in directly instead to ``dj_database_url.parse``. ------------ - -If you're interested in financially supporting Kenneth Reitz open source, consider `visiting this link `_. Your support helps tremendously with sustainability of motivation, as Open Source is no longer part of my day job. - Supported Databases -------------------