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
7eb7d637
Commit
7eb7d637
authored
Feb 08, 2017
by
Sean Bleier
Committed by
GitHub
Feb 08, 2017
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #126 from mobolic/complete-changelog
Add more information to Changelog in README.
parents
c7d72687
baaae4ed
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
59 additions
and
1 deletion
+59
-1
AUTHORS.rst
AUTHORS.rst
+1
-0
README.rst
README.rst
+58
-1
No files found.
AUTHORS.rst
View file @
7eb7d637
...
@@ -19,5 +19,6 @@
...
@@ -19,5 +19,6 @@
| Michael Lindemuth / mlindemu <https://github.com/mlindemu>
| Michael Lindemuth / mlindemu <https://github.com/mlindemu>
| John Furr / gnulnx <https://github.com/gnulnx>
| John Furr / gnulnx <https://github.com/gnulnx>
| Christian Pedersen / chripede <https://github.com/chripede>
| Christian Pedersen / chripede <https://github.com/chripede>
| Martey Dodoo / martey <https://github.com/martey>
| Joona Pääkkönen / paksu <https://github.com/paksu>
| Joona Pääkkönen / paksu <https://github.com/paksu>
| Tim Graham / timgraham <https://github.com/timgraham>
| Tim Graham / timgraham <https://github.com/timgraham>
README.rst
View file @
7eb7d637
...
@@ -21,11 +21,68 @@ Docs can be found at http://django-redis-cache.readthedocs.org/en/latest/.
...
@@ -21,11 +21,68 @@ Docs can be found at http://django-redis-cache.readthedocs.org/en/latest/.
Changelog
Changelog
=========
=========
1.7.1
-----
* Confirms support for Django 1.9 and 1.10.
1.7.0
1.7.0
-----
-----
* Drops support for Django < 1.8 and Python 3.2.
* Drops support for Django < 1.8 and Python 3.2.
* Confirms support for Django 1.9 and 1.10.
1.6.4
-----
* Adds a default timeout to ``set_many``.
1.6.3
-----
* Fixes ``get_many`` and ``set_many`` to work with empty parameters.
1.6.2
-----
* Fixes ``set_many`` to set cache key version.
1.6.1
-----
* Allows ``delete_many`` to fail silently with an empty list.
1.6.0
-----
* Adds dummy cache.
1.5.5
-----
* Cleans up ``get_or_set``.
1.5.4
-----
* Updates importlib import statement for better Django 1.9 compatibility.
1.5.3
-----
* Adds initial documentation.
* Updates function signatures to use ``DEFAULT_TIMEOUT``.
* Fixes issue with redis urls and unix_socket_path key error.
1.5.2
-----
* Adds ``SOCKET_CONNECT_TIMEOUT`` option.
1.5.1
-----
* Refactors class importing.
1.5.0
1.5.0
-----
-----
...
...
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