mirror of
https://github.com/jazzband/django-admin2.git
synced 2026-03-16 22:20:24 +00:00
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:
parent
5fa2670643
commit
9025d59308
2 changed files with 4 additions and 4 deletions
|
|
@ -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
|
||||
|
|
|
|||
6
tox.ini
6
tox.ini
|
|
@ -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}
|
||||
|
|
|
|||
Loading…
Reference in a new issue