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
a77fcb9f
Commit
a77fcb9f
authored
Nov 25, 2010
by
Stephane Angel
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add myself to authors and bump version
parent
3f66cdac
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
3 deletions
+4
-3
AUTHORS.rst
AUTHORS.rst
+2
-1
README.rst
README.rst
+1
-1
setup.py
setup.py
+1
-1
No files found.
AUTHORS.rst
View file @
a77fcb9f
Sean Bleier <http://github.com/sebleier>
Sean Bleier <http://github.com/sebleier>
Matt Dennewitz <http://github.com/blackbrrr>
Matt Dennewitz <http://github.com/blackbrrr>
Jannis Leidel <http://github.com/jezdez>
Jannis Leidel <http://github.com/jezdez>
S. Angel / Twidi <http://github.com/twidi>
Forked from http://github.com/sebleier/django-redis-cache
Forked from http://github.com/sebleier/django-redis-cache
\ No newline at end of file
README.rst
View file @
a77fcb9f
...
@@ -2,7 +2,7 @@
...
@@ -2,7 +2,7 @@
Redis Django Cache Backend
Redis Django Cache Backend
==========================
==========================
A simple Redis cache backend for Django
.
A simple Redis cache backend for Django
>= 1.3
Notes
Notes
-----
-----
...
...
setup.py
View file @
a77fcb9f
...
@@ -5,7 +5,7 @@ setup(
...
@@ -5,7 +5,7 @@ setup(
url
=
"http://github.com/blackbrrr/django-redis-cache/"
,
url
=
"http://github.com/blackbrrr/django-redis-cache/"
,
author
=
"Matt Dennewitz"
,
author
=
"Matt Dennewitz"
,
author_email
=
"mattdennewitz@gmail.com"
,
author_email
=
"mattdennewitz@gmail.com"
,
version
=
"0.2a
8
"
,
version
=
"0.2a
9
"
,
packages
=
[
"redis_cache"
],
packages
=
[
"redis_cache"
],
description
=
"Redis Cache Backend for Django"
,
description
=
"Redis Cache Backend for Django"
,
classifiers
=
[
classifiers
=
[
...
...
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