Skip to content

Commit 3dc5437

Browse files
committed
Change the default branch for the repository to main.
See issue #1452 for discussion and other changes made.
1 parent f53381f commit 3dc5437

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.tx/config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
host = https://www.transifex.com
33
lang_map = sr@latin:sr_Latn
44

5-
[django-debug-toolbar.master]
5+
[django-debug-toolbar.main]
66
file_filter = debug_toolbar/locale/<lang>/LC_MESSAGES/django.po
77
source_file = debug_toolbar/locale/en/LC_MESSAGES/django.po
88
source_lang = en

README.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Django Debug Toolbar
1010
:target: https://github.com/jazzband/django-debug-toolbar/actions
1111
:alt: Build Status
1212

13-
.. image:: https://codecov.io/gh/jazzband/django-debug-toolbar/branch/master/graph/badge.svg
13+
.. image:: https://codecov.io/gh/jazzband/django-debug-toolbar/branch/main/graph/badge.svg
1414
:target: https://codecov.io/gh/jazzband/django-debug-toolbar
1515
:alt: Test coverage status
1616

@@ -28,7 +28,7 @@ more details about the panel's content.
2828

2929
Here's a screenshot of the toolbar in action:
3030

31-
.. image:: https://raw.github.com/jazzband/django-debug-toolbar/master/example/django-debug-toolbar.png
31+
.. image:: https://raw.github.com/jazzband/django-debug-toolbar/main/example/django-debug-toolbar.png
3232
:alt: Django Debug Toolbar screenshot
3333

3434
In addition to the built-in panels, a number of third-party panels are

tox.ini

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ envlist =
44
style
55
readme
66
py{36,37}-dj{22,30,31,32}-sqlite
7-
py{38,39}-dj{22,30,31,32,master}-sqlite
7+
py{38,39}-dj{22,30,31,32,main}-sqlite
88
py{36,37,38,39}-dj{22,30,31,32}-{postgresql,mysql}
99

1010
[testenv]
@@ -16,7 +16,7 @@ deps =
1616
sqlite: mock
1717
postgresql: psycopg2-binary
1818
mysql: mysqlclient
19-
djmaster: https://github.com/django/django/archive/master.tar.gz
19+
djmain: https://github.com/django/django/archive/master.tar.gz
2020
coverage
2121
Jinja2
2222
html5lib
@@ -55,7 +55,7 @@ setenv =
5555
DB_BACKEND = mysql
5656
DB_PORT = {env:DB_PORT:3306}
5757

58-
[testenv:py{36,37,38,39}-dj{22,30,31,32,master}-sqlite]
58+
[testenv:py{36,37,38,39}-dj{22,30,31,32,main}-sqlite]
5959
setenv =
6060
{[testenv]setenv}
6161
DB_BACKEND = sqlite3

0 commit comments

Comments
 (0)