File tree Expand file tree Collapse file tree 5 files changed +11
-11
lines changed
simple_history/registry_tests Expand file tree Collapse file tree 5 files changed +11
-11
lines changed Original file line number Diff line number Diff line change @@ -52,7 +52,7 @@ Documentation is available at https://django-simple-history.readthedocs.io/
52
52
Pull requests are welcome. Read the `CONTRIBUTING `_ file for tips on
53
53
submitting a pull request.
54
54
55
- .. _CONTRIBUTING : https://github.com/treyhunner /django-simple-history/blob/master/CONTRIBUTING.rst
55
+ .. _CONTRIBUTING : https://github.com/jazzband /django-simple-history/blob/master/CONTRIBUTING.rst
56
56
57
57
License
58
58
-------
Original file line number Diff line number Diff line change @@ -219,7 +219,7 @@ Usage with django-modeltranslation
219
219
----------------------------------
220
220
221
221
If you have ``django-modeltranslation `` installed, you will need to use the ``register() ``
222
- method to model translation, as described `here <https://github.com/treyhunner /django-simple-history/issues/209#issuecomment-181676111 >`__.
222
+ method to model translation, as described `here <https://github.com/jazzband /django-simple-history/issues/209#issuecomment-181676111 >`__.
223
223
224
224
225
225
Pointing to the model
Original file line number Diff line number Diff line change 1
1
django-simple-history
2
2
=====================
3
3
4
- .. image :: https://secure.travis-ci.org/treyhunner /django-simple-history.svg?branch=master
5
- :target: http://travis-ci.org/treyhunner /django-simple-history
4
+ .. image :: https://secure.travis-ci.org/jazzband /django-simple-history.svg?branch=master
5
+ :target: http://travis-ci.org/jazzband /django-simple-history
6
6
:alt: Build Status
7
7
8
8
.. image :: https://readthedocs.org/projects/django-simple-history/badge/?version=latest
9
9
:target: https://django-simple-history.readthedocs.io/en/latest/?badge=latest
10
10
:alt: Documentation Status
11
11
12
- .. image :: https://img.shields.io/codecov/c/github/treyhunner /django-simple-history/master.svg
13
- :target: http://codecov.io/github/treyhunner /django-simple-history?branch=master
12
+ .. image :: https://img.shields.io/codecov/c/github/jazzband /django-simple-history/master.svg
13
+ :target: http://codecov.io/github/jazzband /django-simple-history?branch=master
14
14
:alt: Test Coverage
15
15
16
16
.. image :: https://img.shields.io/pypi/v/django-simple-history.svg
@@ -47,8 +47,8 @@ This app supports the following combinations of Django and Python:
47
47
Contribute
48
48
----------
49
49
50
- - Issue Tracker: https://github.com/treyhunner /django-simple-history/issues
51
- - Source Code: https://github.com/treyhunner /django-simple-history
50
+ - Issue Tracker: https://github.com/jazzband /django-simple-history/issues
51
+ - Source Code: https://github.com/jazzband /django-simple-history
52
52
53
53
Pull requests are welcome.
54
54
Original file line number Diff line number Diff line change 16
16
author = "Corey Bertram" ,
17
17
18
18
maintainer = "Trey Hunner" ,
19
- url = "https://github.com/treyhunner /django-simple-history" ,
19
+ url = "https://github.com/jazzband /django-simple-history" ,
20
20
packages = [
21
21
"simple_history" ,
22
22
"simple_history.management" ,
Original file line number Diff line number Diff line change @@ -199,7 +199,7 @@ def test_registering_with_tracked_abstract_base(self):
199
199
200
200
201
201
class TestCustomAttrForeignKey (TestCase ):
202
- """ https://github.com/treyhunner /django-simple-history/issues/431 """
202
+ """ https://github.com/jazzband /django-simple-history/issues/431 """
203
203
204
204
def test_custom_attr (self ):
205
205
field = ModelWithCustomAttrForeignKey .history .model ._meta .get_field ("poll" )
@@ -220,7 +220,7 @@ def test_migrate_command(self):
220
220
221
221
222
222
class TestModelWithHistoryInDifferentApp (TestCase ):
223
- """ https://github.com/treyhunner /django-simple-history/issues/485 """
223
+ """ https://github.com/jazzband /django-simple-history/issues/485 """
224
224
225
225
def test__different_app (self ):
226
226
appLabel = ModelWithHistoryInDifferentApp .history .model ._meta .app_label
You can’t perform that action at this time.
0 commit comments