mirror of
https://github.com/Hopiu/django-model-utils.git
synced 2026-03-16 20:00:23 +00:00
Update github links for jazzband transfer.
This commit is contained in:
parent
100d2d7a24
commit
198dcb612e
4 changed files with 12 additions and 11 deletions
14
README.rst
14
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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
|
||||
|
||||
|
|
|
|||
3
setup.py
3
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=[
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue