mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2025-01-25 00:34:18 +03:00
Update django-redis to 5.2.0 (#3485)
This commit is contained in:
parent
2186caf11d
commit
088f2a50d6
|
@ -38,7 +38,7 @@ crispy-bootstrap5==0.6 # https://github.com/django-crispy-forms/crispy-bootstra
|
|||
{%- if cookiecutter.use_compressor == "y" %}
|
||||
django-compressor==3.1 # https://github.com/django-compressor/django-compressor
|
||||
{%- endif %}
|
||||
django-redis==5.1.0 # https://github.com/jazzband/django-redis
|
||||
django-redis==5.2.0 # https://github.com/jazzband/django-redis
|
||||
{%- if cookiecutter.use_drf == "y" %}
|
||||
# Django REST Framework
|
||||
djangorestframework==3.13.1 # https://github.com/encode/django-rest-framework
|
||||
|
|
Loading…
Reference in New Issue
Block a user