Skip to content

Commit

Permalink
Upgraded django-redis to 4.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
imkevinxu committed Apr 30, 2015
1 parent 7693592 commit ac2a9f4
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 @@ -386,7 +386,7 @@ Currently using [Django 1.8](https://docs.djangoproject.com/en/1.8/) for the app
- [django-floppyforms 1.4.0](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.0](http://django-pipeline.readthedocs.org/en/latest/) - CSS and JS compressor and compiler. Also minifies HTML
- [django-redis 3.8.3](https://django-redis.readthedocs.org/en/latest/) - Enables redis caching
- [django-redis 4.0.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.0

# Enables redis cacheing
# https://django-redis.readthedocs.org/en/latest/
django-redis==3.8.3
django-redis==4.0.0

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

0 comments on commit ac2a9f4

Please sign in to comment.