From 198dcb612eeb6fa5eaec875b65d060a7e343286c Mon Sep 17 00:00:00 2001 From: Carl Meyer Date: Sat, 15 Apr 2017 08:47:31 -0700 Subject: [PATCH] Update github links for jazzband transfer. --- README.rst | 14 +++++++------- docs/index.rst | 4 ++-- setup.py | 3 ++- tests/test_models/test_status_model.py | 2 +- 4 files changed, 12 insertions(+), 11 deletions(-) diff --git a/README.rst b/README.rst index 9ce6788..4700438 100644 --- a/README.rst +++ b/README.rst @@ -2,10 +2,10 @@ django-model-utils ================== -.. image:: https://secure.travis-ci.org/carljm/django-model-utils.png?branch=master - :target: http://travis-ci.org/carljm/django-model-utils -.. image:: https://coveralls.io/repos/carljm/django-model-utils/badge.png?branch=master - :target: https://coveralls.io/r/carljm/django-model-utils +.. image:: https://secure.travis-ci.org/jazzband/django-model-utils.png?branch=master + :target: http://travis-ci.org/jazzband/django-model-utils +.. image:: https://coveralls.io/repos/jazzband/django-model-utils/badge.png?branch=master + :target: https://coveralls.io/r/jazzband/django-model-utils .. image:: https://img.shields.io/pypi/v/django-model-utils.svg :target: https://crate.io/packages/django-model-utils @@ -33,6 +33,6 @@ Contributing Please file bugs and send pull requests to the `GitHub repository`_ and `issue tracker`_. See `CONTRIBUTING.rst`_ for details. -.. _GitHub repository: https://github.com/carljm/django-model-utils/ -.. _issue tracker: https://github.com/carljm/django-model-utils/issues -.. _CONTRIBUTING.rst: https://github.com/carljm/django-model-utils/blob/master/CONTRIBUTING.rst +.. _GitHub repository: https://github.com/jazzband/django-model-utils/ +.. _issue tracker: https://github.com/jazzband/django-model-utils/issues +.. _CONTRIBUTING.rst: https://github.com/jazzband/django-model-utils/blob/master/CONTRIBUTING.rst diff --git a/docs/index.rst b/docs/index.rst index 9b6d2bb..411d2c4 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -24,8 +24,8 @@ Contributing Please file bugs and send pull requests to the `GitHub repository`_ and `issue tracker`_. -.. _GitHub repository: https://github.com/carljm/django-model-utils/ -.. _issue tracker: https://github.com/carljm/django-model-utils/issues +.. _GitHub repository: https://github.com/jazzband/django-model-utils/ +.. _issue tracker: https://github.com/jazzband/django-model-utils/issues diff --git a/setup.py b/setup.py index 04c4d95..a5e5904 100644 --- a/setup.py +++ b/setup.py @@ -29,7 +29,8 @@ setup( long_description=long_description, author='Carl Meyer', author_email='carl@oddbird.net', - url='https://github.com/carljm/django-model-utils/', + maintainer='JazzBand', + url='https://github.com/jazzband/django-model-utils/', packages=find_packages(exclude=['tests*']), install_requires=['Django>=1.8'], classifiers=[ diff --git a/tests/test_models/test_status_model.py b/tests/test_models/test_status_model.py index 724ba26..f660936 100644 --- a/tests/test_models/test_status_model.py +++ b/tests/test_models/test_status_model.py @@ -49,7 +49,7 @@ class StatusModelPlainTupleTests(StatusModelTests): class StatusModelDefaultManagerTests(TestCase): def test_default_manager_is_not_status_model_generated_ones(self): - # Regression test for https://github.com/carljm/django-model-utils/issues/251 + # Regression test for GH-251 # The logic behind order for managers seems to have changed in Django 1.10 # and affects default manager. # This code was previously failing because the first custom manager (which filters