File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 88[ ![ PyPI status] ( https://img.shields.io/pypi/status/django-polymorphic.svg )] ( https://pypi.python.org/pypi/django-polymorphic )
99[ ![ PyPI - Types] ( https://img.shields.io/pypi/types/django-polymorphic.svg )] ( https://pypi.python.org/pypi/django-polymorphic )
1010[ ![ Documentation Status] ( https://readthedocs.org/projects/django-polymorphic/badge/?version=latest )] ( http://django-polymorphic.readthedocs.io/?badge=latest/ )
11- [ ![ Code Cov] ( https://img.shields.io/codecov/c/github/jazzband/django-polymorphic/master .svg )] ( https://codecov.io/github/jazzband/django-polymorphic?branch=master )
12- [ ![ Test Status] ( https://github.com/jazzband/django-polymorphic/actions/workflows/test.yml/badge.svg?branch=master )] ( https://github.com/jazzband/django-polymorphic/actions/workflows/test.yml?query=branch:master )
13- [ ![ Lint Status] ( https://github.com/jazzband/django-polymorphic/actions/workflows/lint.yml/badge.svg?branch=master )] ( https://github.com/jazzband/django-polymorphic/actions/workflows/lint.yml?query=branch:master )
11+ [ ![ Code Cov] ( https://img.shields.io/codecov/c/github/jazzband/django-polymorphic/main .svg )] ( https://codecov.io/github/jazzband/django-polymorphic?branch=main )
12+ [ ![ Test Status] ( https://github.com/jazzband/django-polymorphic/actions/workflows/test.yml/badge.svg?branch=main )] ( https://github.com/jazzband/django-polymorphic/actions/workflows/test.yml?query=branch:main )
13+ [ ![ Lint Status] ( https://github.com/jazzband/django-polymorphic/actions/workflows/lint.yml/badge.svg?branch=main )] ( https://github.com/jazzband/django-polymorphic/actions/workflows/lint.yml?query=branch:main )
1414[ ![ Published on Django Packages] ( https://img.shields.io/badge/Published%20on-Django%20Packages-0c3c26 )] ( https://djangopackages.org/packages/p/django-polymorphic/ )
1515[ ![ OpenSSF Scorecard] ( https://api.securityscorecards.dev/projects/github.com/jazzband/django-polymorphic/badge )] ( https://securityscorecards.dev/viewer/?uri=github.com/jazzband/django-polymorphic )
1616[ ![ Jazzband] ( https://jazzband.co/static/img/badge.svg )] ( https://jazzband.co/ )
Original file line number Diff line number Diff line change 105105html_theme = "furo"
106106html_theme_options = {
107107 "source_repository" : "https://github.com/jazzband/django-polymorphic/" ,
108- "source_branch" : "master " ,
108+ "source_branch" : "main " ,
109109 "source_directory" : "docs" ,
110110}
111111
Original file line number Diff line number Diff line change @@ -35,16 +35,16 @@ django-polymorphic
3535 :target: http://django-polymorphic.readthedocs.io/?badge=latest/
3636 :alt: Documentation Status
3737
38- .. image :: https://img.shields.io/codecov/c/github/jazzband/django-polymorphic/master .svg
39- :target: https://codecov.io/github/jazzband/django-polymorphic?branch=master
38+ .. image :: https://img.shields.io/codecov/c/github/jazzband/django-polymorphic/main .svg
39+ :target: https://codecov.io/github/jazzband/django-polymorphic?branch=main
4040 :alt: Code Coverage
4141
42- .. image :: https://github.com/jazzband/django-polymorphic/actions/workflows/test.yml/badge.svg?branch=master
43- :target: https://github.com/jazzband/django-polymorphic/actions/workflows/test.yml?query=branch:master
42+ .. image :: https://github.com/jazzband/django-polymorphic/actions/workflows/test.yml/badge.svg?branch=main
43+ :target: https://github.com/jazzband/django-polymorphic/actions/workflows/test.yml?query=branch:main
4444 :alt: Test Status
4545
46- .. image :: https://github.com/jazzband/django-polymorphic/actions/workflows/lint.yml/badge.svg?branch=master
47- :target: https://github.com/jazzband/django-polymorphic/actions/workflows/lint.yml?query=branch:master
46+ .. image :: https://github.com/jazzband/django-polymorphic/actions/workflows/lint.yml/badge.svg?branch=main
47+ :target: https://github.com/jazzband/django-polymorphic/actions/workflows/lint.yml?query=branch:main
4848 :alt: Lint Status
4949
5050 .. image :: https://img.shields.io/badge/Published%20on-Django%20Packages-0c3c26
Original file line number Diff line number Diff line change @@ -57,7 +57,7 @@ dependencies = [
5757]
5858
5959[project .urls ]
60- "Download" = " https://github.com/jazzband/django-polymorphic/tarball/master "
60+ "Download" = " https://github.com/jazzband/django-polymorphic/tarball/main "
6161"Documentation" = " https://django-polymorphic.readthedocs.io"
6262"Homepage" = " https://github.com/jazzband/django-polymorphic"
6363"Repository" = " https://github.com/jazzband/django-polymorphic"
You can’t perform that action at this time.
0 commit comments