Skip to content

Commit

Permalink
Upgraded django-redis to 4.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
imkevinxu committed Jul 7, 2015
1 parent e4de0ef commit b88e1b7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -387,7 +387,7 @@ Currently using [Django 1.8.2](https://docs.djangoproject.com/en/1.8/) for the a
- [django-floppyforms 1.4.1](http://django-floppyforms.readthedocs.org/en/latest/) - Control of output of form rendering
- [django-model-utils 2.2](https://django-model-utils.readthedocs.org/en/latest/) - Useful model mixins and utilities such as `TimeStampedModel` and `Choices`
- [django-pipeline 1.5.2](http://django-pipeline.readthedocs.org/en/latest/) - CSS and JS compressor and compiler. Also minifies HTML
- [django-redis 4.1.0](https://django-redis.readthedocs.org/en/latest/) - Enables redis caching
- [django-redis 4.2.0](https://django-redis.readthedocs.org/en/latest/) - Enables redis caching
- [django-rq 0.8.0](https://github.com/ui/django-rq) - Django integration for RQ
- [invoke 0.10.1](https://github.com/pyinvoke/invoke) - Python task execution in `tasks.py`
- [logutils 0.3.3](https://pythonhosted.org/logutils/) - Nifty handlers for the Python standard library’s logging package
Expand Down
2 changes: 1 addition & 1 deletion requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ django-pipeline==1.5.2

# Enables redis cacheing
# https://django-redis.readthedocs.org/en/latest/
django-redis==4.1.0
django-redis==4.2.0

# Django integration for RQ
# https://github.com/ui/django-rq
Expand Down

0 comments on commit b88e1b7

Please sign in to comment.