Rename Django's dev branch to main.

More information: https://groups.google.com/g/django-developers/c/tctDuKUGosc/
Refs: https://github.com/django/django/pull/14048
This commit is contained in:
Jannis Leidel 2021-03-09 12:19:23 +01:00
parent 5fa2670643
commit 9025d59308
No known key found for this signature in database
GPG key ID: C795956FB489DCA9
2 changed files with 4 additions and 4 deletions

View file

@ -1,4 +1,4 @@
# Taken from https://github.com/django/django/blob/master/docs/_ext/djangodocs.py
# Taken from https://github.com/django/django/blob/main/docs/_ext/djangodocs.py
import re
from sphinx import addnodes

View file

@ -8,8 +8,8 @@ exclude = migrations/*,docs/*
envlist =
py35-{2.2},
py36-{2.2,3.0,3.1},
py37-{2.2,3.0,3.1,master},
py38-{2.2,3.0,3.1,master},
py37-{2.2,3.0,3.1,main},
py38-{2.2,3.0,3.1,main},
[gh-actions]
python =
@ -26,7 +26,7 @@ deps =
3.1: Django>=3.1,<3.2
3.0: Django>=3.0,<3.1
2.2: Django>=2.2,<2.3
master: https://github.com/django/django/tarball/master
main: https://github.com/django/django/tarball/main
setenv=
DJANGO_SETTINGS_MODULE = example.settings
PYTHONPATH = {toxinidir}/example:{toxinidir}