Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
D
Django-Redis-Cache
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Shared
Django-Redis-Cache
Commits
0a085f88
Unverified
Commit
0a085f88
authored
May 22, 2020
by
Sean Bleier
Committed by
GitHub
May 22, 2020
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #191 from felixxm/django31
Confirm support for Django 3.1.
parents
cabfcb24
66947742
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
16 additions
and
4 deletions
+16
-4
.travis.yml
.travis.yml
+8
-3
Makefile
Makefile
+1
-1
README.rst
README.rst
+5
-0
setup.py
setup.py
+2
-0
No files found.
.travis.yml
View file @
0a085f88
...
@@ -10,7 +10,8 @@ env:
...
@@ -10,7 +10,8 @@ env:
-
DJANGO_VERSION='>=2.0,<2.1'
-
DJANGO_VERSION='>=2.0,<2.1'
-
DJANGO_VERSION='>=2.1,<2.2'
-
DJANGO_VERSION='>=2.1,<2.2'
-
DJANGO_VERSION='>=2.2,<3.0'
-
DJANGO_VERSION='>=2.2,<3.0'
-
DJANGO_VERSION='>=3.0a1,<3.1'
-
DJANGO_VERSION='>=3.0,<3.1'
-
DJANGO_VERSION='>=3.1a1,<3.2'
matrix
:
matrix
:
exclude
:
exclude
:
-
python
:
2.7
-
python
:
2.7
...
@@ -20,11 +21,15 @@ matrix:
...
@@ -20,11 +21,15 @@ matrix:
-
python
:
2.7
-
python
:
2.7
env
:
DJANGO_VERSION='>=2.2,<3.0'
env
:
DJANGO_VERSION='>=2.2,<3.0'
-
python
:
2.7
-
python
:
2.7
env
:
DJANGO_VERSION='>=3.0a1,<3.1'
env
:
DJANGO_VERSION='>=3.0,<3.1'
-
python
:
2.7
env
:
DJANGO_VERSION='>=3.1a1,<3.2'
-
python
:
3.5
-
python
:
3.5
env
:
DJANGO_VERSION='<2.0'
env
:
DJANGO_VERSION='<2.0'
-
python
:
3.5
-
python
:
3.5
env
:
DJANGO_VERSION='>=3.0a1,<3.1'
env
:
DJANGO_VERSION='>=3.0,<3.1'
-
python
:
3.5
env
:
DJANGO_VERSION='>=3.1a1,<3.2'
-
python
:
3.6
-
python
:
3.6
env
:
DJANGO_VERSION='<2.0'
env
:
DJANGO_VERSION='<2.0'
-
python
:
3.7
-
python
:
3.7
...
...
Makefile
View file @
0a085f88
SHELL
:=
/bin/bash
SHELL
:=
/bin/bash
PACKAGE_NAME
=
redis_cache
PACKAGE_NAME
=
redis_cache
DJANGO_VERSION
?=>=
1.11,<3.
1
DJANGO_VERSION
?=>=
1.11,<3.
2
.PHONY
:
install_requirements
.PHONY
:
install_requirements
install_requirements
:
requirements*.txt
install_requirements
:
requirements*.txt
...
...
README.rst
View file @
0a085f88
...
@@ -21,6 +21,11 @@ Docs can be found at http://django-redis-cache.readthedocs.org/en/latest/.
...
@@ -21,6 +21,11 @@ Docs can be found at http://django-redis-cache.readthedocs.org/en/latest/.
Changelog
Changelog
=========
=========
X.Y.Z
-----
* Confirms support for Django 3.1 (no code changes required).
2.1.1
2.1.1
-----
-----
...
...
setup.py
View file @
0a085f88
...
@@ -27,5 +27,7 @@ setup(
...
@@ -27,5 +27,7 @@ setup(
"Framework :: Django :: 2.0"
,
"Framework :: Django :: 2.0"
,
"Framework :: Django :: 2.1"
,
"Framework :: Django :: 2.1"
,
"Framework :: Django :: 2.2"
,
"Framework :: Django :: 2.2"
,
"Framework :: Django :: 3.0"
,
"Framework :: Django :: 3.1"
,
],
],
)
)
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment